View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
George
 
Posts: n/a
Default How can I eliminate header on last page of spreadsheet

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


airdrie47 wrote:
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?