Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to print multiple row headers? For example, I have a
the following: A B C 1 2 3 3 2 1 D E F 1 2 3 3 2 1 I want to repeat cols A:C for the first data range when it spills over to page 2. Cols D:F is the next data range on page 2, which spills over to page 3. I now want D:F to be the headers. So in summary, I want page 1-2 to have A:C header and at the same time on page 2-3 have D:F. I hope this makes sense and that this it is possible. I have used this code, but it only works for 1 continuous range. With ActiveSheet.PageSetup .PrintTitleRows = "$1:$1" End With It would be nice to have something like this, but it doesn't work: With ActiveSheet.PageSetup .PrintTitleRows = "$1:$1" .PrintTitleRows = "$20:$20" .PrintTitleRows = "$40:$40" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
repeat first row at the top of page? | New Users to Excel | |||
Repeat headers only when data existss | Excel Discussion (Misc queries) | |||
Printing Headers on only first page and Footers on only last page | Excel Discussion (Misc queries) | |||
How to repeat multiple rows as a header - each page of worksheet? | Excel Worksheet Functions | |||
How do I make the custom headers and footer repeat on every works. | Excel Worksheet Functions |