how print page out of pages, w/o header?

I

Ian Elliott

Thanks for any help.
I have a workbook, with a header for some columns, but the last page of the
workbook (the lowest rows of worksheet), don't need the headers, but I don't
see any functions for stopping headers on a certain page. Is this possible?
Not a big deal, it's just a row of labels with no info underneath them, but I
would like to get rid of this header for this one last page if possible. Of
course, I could change from headers to putting it into the worksheet itself,
but I was wondering if I could do it this way.
Thanks again.
 
P

Pete

Check your print range in File | Page Setup | Sheet tab. You might find
that it exceeds the area in which you have data.

Pete
 
I

Ian Elliott

Thanks Pete, I have the print range so that it shows all that needs to be
printed, if I change it so that it doesn't include the area I wanted to be
printed, it won't print. Maybe there is some code I can put in a macro so
that when it prints, it doesn't print the header for the last page?
Thanks
 
Top