Here you go: Call this macro as part of your Document Open:
Sub SetZoom(Optional thisDocument As Document)
If thisDocument Is Nothing Then Set thisDocument = ActiveDocument
With thisDocument.ActiveWindow
If .View.Zoom.Percentage < 120 Then .View.Zoom.Percentage = 120
If .DocumentMap = True Then .DocumentMap = False
End With
End Sub
Cheers
When opening a new document in Word 2007, I should like the screen to be
automatically zoomed to 120 %
How should I go about it?
Thanks in advance
Mollius
This email is my business email -- Please do not email me about forum
matters unless you intend to pay!
--
John McGhie, Microsoft MVP (Word, Mac Word), Consultant Technical Writer,
McGhie Information Engineering Pty Ltd
Sydney, Australia. | Ph: +61 (0)4 1209 1410
+61 4 1209 1410, mailto:
[email protected]