How to create a default printer macro

B

Brad

I am looking for help in creating a macro that will automatically print the
open ppt in handout form 3 per page to the users default printer. Or at
least open the print window with all the proper selections made and allow the
user to choose a color printer. Any suggestions?
 
S

Steve Rindsberg

I am looking for help in creating a macro that will automatically print the
open ppt in handout form 3 per page to the users default printer. Or at
least open the print window with all the proper selections made and allow the
user to choose a color printer. Any suggestions?

Record a macro while you make the desired settings and print.

Open the recorded macro in the VBA IDE and comment out the line that specifies a
printer.

That's pretty much all there is to it.
 
Top