Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The following macro negates shading for printing.
But it only works for one sheet. If I select more than one page, it only works on the last page. How can I get this to work for all selected pages, either contigous or non-contiguous? *** A loop doesn't work, it throws the page numbering off, and has other issues. Thanx, - Mike ActiveSheet.PageSetup.BlackAndWhite = True ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True ActiveSheet.PageSetup.BlackAndWhite = False |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Print a selected number of sheets | Excel Discussion (Misc queries) | |||
How to print a selected number of sheets? | Excel Worksheet Functions | |||
Print selected sheets in Excel | Excel Programming | |||
Print selected sheets in Excel | Excel Programming | |||
Print selected sheets in Excel | Excel Programming |