Print Preview Zoom option

F

falcios

Is there a way to set the print preview Zoom option so that it defaults to
100%. I have tried changing it in the normal.dot template and it doesn't
change on new documents.

Any ideas?

Thanks in advance.
 
G

Graham Mayor

The following macro in the normal template will effect that

Sub FilePrintPreview()
ActiveDocument.PrintPreview
ActiveWindow.View.Zoom = 100
End Sub

http://www.gmayor.com/installing_macro.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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