![]() |
print setting default - number of copies
For some reason an excel sheet someone else created has a default print
setting of 10 copies. Every time I need to remember to change it to 1 copy, or I get a stack of them at the printer. It doesn't remain at 1 copy as a default if I change it, print, and then save the document. Any ideas? |
print setting default - number of copies
Kate,
You could use code similar to the following to accomplish this: Sub changeNumofCopies() ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True End Sub -- Regards, Eddie http://www.HelpExcel.com "Kate" wrote: For some reason an excel sheet someone else created has a default print setting of 10 copies. Every time I need to remember to change it to 1 copy, or I get a stack of them at the printer. It doesn't remain at 1 copy as a default if I change it, print, and then save the document. Any ideas? |
All times are GMT +1. The time now is 02:48 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com