default settings for a printing macro?

merlin777

Well-known Member
Joined
Aug 29, 2009
Messages
1,397
Office Version
  1. 2007
I'm going to record a macro to print a sheet in my workbook. This is in 2007 but will be used by others in 2010.

Heres my question: If i record the macro by printing on my version of excel and printer, how do i control where my other users print to?

If i print to my default printer, or the one offered in the print dialogue, will the macro always print to the default printer on the pc and network its being run on?
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.

ParamRay

Well-known Member
Joined
Aug 6, 2014
Messages
1,195
.
.

I believe the PrintOut method simply prints to the default printer as set up on each PC.

If you include the page setup in your macro (i.e. setting the margin sizes, page orientation, page size, print area, etc.) then this will be set up every time the macro is run by the users.
 
Upvote 0

ttdk1

Board Regular
Joined
May 21, 2014
Messages
189
.
.

I believe the PrintOut method simply prints to the default printer as set up on each PC.

If you include the page setup in your macro (i.e. setting the margin sizes, page orientation, page size, print area, etc.) then this will be set up every time the macro is run by the users.

when you got multiple users printing from different computer and possible using different printers, the page setup for one printer may be incompatible with another printer.
 
Upvote 0

Forum statistics

Threads
1,191,025
Messages
5,984,198
Members
439,877
Latest member
kellylet

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
Top