Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a report that is being formatted in my macros. I want to include the
heading row on all of the data, but I'd like to stop just before the Document History. I can find out how many rows I want the header row on top of...but I can't seem to figure out how to limit the pages that include the PrintTtitleRows. Is there a way to program this? I hope this makes sense...I have this With ActiveSheet.PageSetup .PrintTitleRows = $1:$1 .PrintTitlecolumns = "" End With But I really only want that Title Row printed above the actual data (this varies from 55 to 90 rows). After the data there is a document history printed and I'd like for the title rows NOT to print on the History page(s). Is this even possible? Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditionally Hide Rows | Excel Discussion (Misc queries) | |||
Conditionally formatting rows | Excel Worksheet Functions | |||
Conditionally Hiding Rows | Excel Discussion (Misc queries) | |||
Conditionally hide rows | Excel Programming | |||
Hiding Rows Conditionally | Excel Discussion (Misc queries) |