Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.setup
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.setup
|
|||
|
|||
![]()
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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Number of copies to print by default??? | Excel Discussion (Misc queries) | |||
How do I change the default number of copies to print to one? | Excel Discussion (Misc queries) | |||
Changing Default Number of Copies to Print | Excel Discussion (Misc queries) | |||
Can not reset default number of copies to print. | Excel Discussion (Misc queries) | |||
Setting back default number of print copies to 1? | Excel Discussion (Misc queries) |