suppressing table header on a page

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

I have a worksheet with column headers (rows) repeating on all pages.
The last page is text, with no tabular materail. Is there a way to
prevent the header from printing on this page?
 
Kevin,

I don't think there's a way to get the rows to repeat to not appear on the
last page. A macro could print all but the last page, change the rows to
repeat to nothing, then print the last page. But that would change the
pagination -- the last page would no longer be the same. Probably not worth
persuing. Consider putting the text on a subsequent sheet.
 
Back
Top