How to default the number of copies that will be printed

Ludwig

Board Regular
Joined
Apr 7, 2003
Messages
97
Office Version
  1. 365
Platform
  1. Windows
How can I set a worksheet to have a printer independent default number of copies other than "1" in the print [preview] dialog?
I have one worksheet in the workbook which people need to print 4 copies of, occasionally 3 or 5; highly unlikely to ever be one. I've tried suggestions I found on the web but they don't work for me. For example, "enter the print dialog and change the number of copies - Excel will remember" -- it doesn't remember beyond the workbook close nor if I change the selected printer.

I thought I could code something in the workbook_open sub to set a default which the user can change while they have the workbook open, but that the workbook reverts to my default when it's next opened. Something along the lines of ...

Activesheet.PageSetup.PrintCopies = 4 or Activesheet.PageSetup.Copies = 4

PS: Obviously these statements are wrong!

Is there any simple way to achieve this?
 
Last edited:

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.

Forum statistics

Threads
1,224,823
Messages
6,181,173
Members
453,021
Latest member
Justyna P

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top