ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Setting up and Configuration of Excel (https://www.excelbanter.com/setting-up-configuration-excel/)
-   -   print setting default - number of copies (https://www.excelbanter.com/setting-up-configuration-excel/231427-print-setting-default-number-copies.html)

kate

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?

HelpExcel.com[_2_]

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