Removing Header

M

millsy22

I know there is probably an easy answer to this, but how can I remove
header from all of the pages following the first?

I posted this to the wrong forum first, sorry
 
D

Debra Dalgleish

If you mean all the pages on the same worksheet, there is no easy
solution. You could print the first sheet with the headers, then print
pages 2-?? without the header.

To do this without programming, you could create Custom views
(View>Custom Views).

Save one view with the header, and another view without the header

You could record a macro when you do this, and run the macro as required.

To print, choose View>Custom Views
Show View1, and print page 1
Show View2, and print the remaining pages.
 
Top