Aaron,
You can put the following lines in an AutoOpen Macro in you Normal.dot
file:
Sub AutoOpen()
With ActiveWindow.View
.Zoom.Percentage = 100
'or I use
'.Zoom.PageFit = wdPageFitBestFit
End With
End Sub
Aaron (ireland) - 11 Mar 2005 14:33 GMT
Hi Greg,
Thanks for the reply. Do I insert that code into the VB editor when in the
normal.dot template. Or where do I insert the code?
Regards
Aaron
> Aaron,
>
[quoted text clipped - 8 lines]
> End With
> End Sub
Greg - 11 Mar 2005 14:47 GMT
Aaron,
Yes, put it in Normal.dot
See:
http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm
Aaron (ireland) - 14 Mar 2005 10:55 GMT
Hi Greg,
Thats works for the zoom. Cheers man. Microsoft rocks.
Regards
Aaron
> Aaron,
>
> Yes, put it in Normal.dot
>
> See:
> http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm
FWIW, documents always open at the Zoom in which they were saved. Perhaps
the user should contact the sender of the files and suggest a different
setting? Alternatively, if the user has Word 2003, he/she could use Reading
Layout view.

Signature
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
> Hi All,
>
[quoted text clipped - 5 lines]
>
> Aaron
Aaron (ireland) - 14 Mar 2005 11:03 GMT
Hi Suzanne,
Thanks for the reply. I must test saving a file in reading layout and send
it to a user thats reads in print view. Am I correct in saying that the
document will opening in reading view. This really bugs some of the users on
the network. Is there a network script available to remotely configure all
internal versions of Word 2003 to set the views each time the program is ran.
I know I changed most of the default settings after installation (in regards
to views and toolbar postions.).
Thanks for your time.
Aaron
> FWIW, documents always open at the Zoom in which they were saved. Perhaps
> the user should contact the sender of the files and suggest a different
[quoted text clipped - 10 lines]
> >
> > Aaron