How can I eliminate header on last page of spreadsheet

A

airdrie47

I have a spreadsheet that has a last page with legends on it -- the header is
not necessary -- is there a way to eliminate the header on specific pages?
 
G

George

Not within the Sheet - unless you use VBA
As an alternative...
Try moving the legend to a different Sheet.
And either Select both sheets before you print or
Use Print "Entire Workbook" instead of Print "Active Sheet(s)"


George
 
Top