Hi Jason
My guess would be that the Word Data key in the registry is corrupt. The
following page describes what to do:
What exactly does the Data Key in the Registry store?
http://www.word.mvps.org/FAQs/Customization/DataKeySettings.htm
Hope this helps.
Shauna Kelly. Microsoft MVP.
http://www.shaunakelly.com/word
> Please! everytime i go to "print preview," the zoom default is
> ridiculously
[quoted text clipped - 3 lines]
> humor
> me! thanks
Graham Mayor - 18 Aug 2007 15:06 GMT
Or you could use a macro in normal.dot to force your preferred zoom. The
following sets 100%. The alternative commented out line to FullPage Move the
apostrophe to the following line to swap them
Sub FilePrintPreview()
ActiveDocument.PrintPreview
'ActiveWindow.ActivePane.View.Zoom.PageFit = wdPageFitFullPage
ActiveWindow.ActivePane.View.Zoom = 100
End Sub
http://www.gmayor.com/installing_macro.htm

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Hi Jason
>
[quoted text clipped - 16 lines]
>> please humor
>> me! thanks