Change print preview default %

S

Stefan Blom

Intercept the FilePrintPreview command with the following macro in
normal.dot:

Sub FilePrintPreview()
Application.PrintPreview = Not Application.PrintPreview

If Application.PrintPreview Then
ActiveWindow.View.Zoom.Percentage = 100
'If you don't want 100% zoom, use a different value.
End If

End Sub

If you need assistance, see http://gmayor.com/installing_macro.htm.

--
Stefan Blom
Microsoft Word MVP


in message
news:[email protected]...
 
C

Cone

Is there an easier way? For some reason my preview is now coming up at 10%
and not 100% and i know that i never went into the macro (because i don't
know how to intercept a command in a macro. Sorry not too computer savy.
thanks
 
C

Cone

Please disregard my last question. I found the answer by clicking on the one
page option next to print preview icon and now it opens to %53 . Thanks
anyway
 
S

Stefan Blom

Note, however, that the zoom percentage doesn't necessarily stick with Print
Preview, if you save, close and reopen the document.
 

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