View Single Post
  #3   Report Post  
Graham Mayor
 
Posts: n/a
Default

And that macro is:

Sub FilePrintPreview()
'
' FilePrintPreview Macro
' Displays full pages as they will be printed
'
ActiveDocument.PrintPreview
ActiveWindow.View.Zoom.Percentage = 100

End Sub

Where '100' is the percentage zoom you require


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Suzanne S. Barnhill wrote:
Print Preview should be saving your Zoom setting. If it is not,
you'll need a macro for the purpose.


"iamjillian" wrote in message
...
How can I change the print preview in Word so that it always comes
up the percentage size that I want? It annoys me unreasonably when
the print preview always comes up 40% or something tiny like that.