Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a spreadsheet that must be printed one-sided. I use a long macro
that, at the end, saves to the network and prints the entire workbook. It worked lovely, until they changed the default settings on all our printers to two-sided copies. Is there code to force the spreadsheets to print one-sided? I tried making a new macro but the print setting didn't get recorded. This is the current print code: ActiveWorkbook.PrintOut Copies:=1, Collate:=True Thanks! KarenF |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
print double sided | Excel Discussion (Misc queries) | |||
Printing multiple pages (2x2) double sided with single sided print | Excel Discussion (Misc queries) | |||
How to print single sided versus double sided? | Excel Discussion (Misc queries) | |||
VB to print one sheet twice, double-sided? | Excel Programming | |||
How can I print two sided documents in Excel? | Excel Worksheet Functions |