Script Tools/Alternative

  • Thread starter Thread starter Uffe
  • Start date Start date
U

Uffe

Hi,

I would like to save the way ppt files are printed (ie handouts 2
slides per page) so I don't have to change it every time.

By hand I change this using the Tools menu, then Options, and the tab
Print. I select "Use the following settings" and from the drop down
"Handouts (2 slides per page)".

How do I do this programmatically from my vb script?

I tried to record a macro to get started, but nothing fom the
tools/options menu is recorded.

Regards

Ulf
 
Uffe

I have found that if I set up tools > options >print as you say and then
save the file as a powerpoint design template named "blank" this stays as the
default for new presentations. Others have told me it doesnt work for them
but it definitely does here( ppt 2003 sp2)
--
 
John Wilson skrev:
Uffe

I have found that if I set up tools > options >print as you say and then
save the file as a powerpoint design template named "blank" this stays as the
default for new presentations. Others have told me it doesnt work for them
but it definitely does here( ppt 2003 sp2)
--
-----------------------------------------
Did that answer the question / help?
_____________________________
John Wilson
Microsoft Certified Office Specialist

No, sorry. As a work-around I modified my companies template with the
setting you suggest. When I start a presentation based on the new
template, the setting is correct as you suggest. I then took one of my
presentations and applied the modified company template to my
presentation, but it didn't work. The template is applied bug the tools
options > print setting is left unchanged.

More suggestions?

Regards

Ulf
 
Hi,

I would like to save the way ppt files are printed (ie handouts 2
slides per page) so I don't have to change it every time.

What about a macro to do the printing for you?
Set the macro recorder going, choose File, Print, pick the options you want and
let it print. You'll want to do this on a presentation with just a slide or
two, of course.
Stop the macro recorder.

Edit the macro to remove or comment out the line that specifies the printer.

There's also Shyam's Save The Trees addin ... have a look 'round
http://skp.mvps.org
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top