View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Print column headers on select pages only

Maybe you could use a macro that prints each page the way you want.

You could record a macro while you print the first page (add the header). Then
remove the header/rows to repeat at top, print the next, continue until you're
done.

Then just execute that macro when you want to print again.

RonJ wrote:

I want to be able to print column headers on many pages of a document, but
NOT on ALL of them.


--

Dave Peterson