View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Row to repeat while printing

Separate print jobs.

You could run from a macro but would still be multiple print jobs.

BTW...........rows to repeat at top must be contiguous.

i.e. 1 through 8 and 55 is not possible.


Gord Dibben MS Excel MVP

On Tue, 16 Sep 2008 15:16:01 -0700, Jai
wrote:

Hello All,

I would like to reprint certain rows while printing. I know how to get rows
to repeat on ever page but I was to select which rows print on which page.

IE:
Rows 1 through 10 on pages 1 & 2

Rows 1 through 8 and row 55 on page 3 & 6 and so on.

Can this be done?

Thanks
Jai