Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello, The same range needs to be printed for one or sometimes more sheets in a workbook. This *should* be easy, but can't seem to make it happen properly. Can anyone please correct the following code apppropriatlely? Thanx in advance. - Mike Sub PrintDetail() Range("B7:Y40").Select For Each Sh In ActiveWindow.SelectedSheets Sh.PageSetup.PrintTitleRows = "$1:$6" Sh.Selection.PrintOut Collate:=True Next Next End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA - Print Selection | Excel Discussion (Misc queries) | |||
Macro to print selection | Excel Programming | |||
"Print Selection" doesn't print beyond automatic page breaks | Excel Discussion (Misc queries) | |||
How can I print frozen panes to appear above print selection in Ex | Excel Discussion (Misc queries) | |||
Print selection in one page | Excel Programming |