Setting a default zoom

N

Nik

Hi,
I am trying to build a script for word XP so that I can have a menu item

Print File (2 up)...

that will have the 2x pages to a sheet automatically set.

I tried a script like this:

With Dialogs(wdDialogFilePrintSetup)
.printzoomcolumn = 2
.PrintZoomRow = 1
.Show
End With

but when I ran it - the pages per sheet was still set at 1.
This is probably the wrong approach but I couldnt see what else
to do. I tried using the macro editor to create a new fileprint
macro but "create" was disabled for this.

Thanks for your help, Nik
 

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

Top