Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Worked perfectly. Thanks.
"Rowan" wrote: Try adding With ActiveSheet.PageSetup .PrintTitleColumns = "$A:$A" End With Rowan "TaxMan" wrote: I am using a 53x27 worksheet with a print macro designed by someone in my office. The first column contains information I would like to print on each of the 3 pages that prints out. This is how it looks now: ActiveSheet.PageSetup.PrintArea = "$a$6:$n$42" ActiveWindow.SelectedSheets.PrintPreview ActiveSheet.PageSetup.PrintArea = "$o$6:$aa$42" ActiveWindow.SelectedSheets.PrintPreview ActiveSheet.PageSetup.PrintArea = "$a$46:$m$53" ActiveWindow.SelectedSheets.PrintPreview I want the a6:a42 range to print on each page along with the above print areas. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Row to repeat while printing | Excel Discussion (Misc queries) | |||
printing issue - want to repeat two rows and also 5 rows in column | Excel Discussion (Misc queries) | |||
repeat macro until empty space in next column | Excel Worksheet Functions | |||
Repeat form printing with new data by macro | Excel Discussion (Misc queries) | |||
macro to change repeat row/column print setting | Excel Programming |