Maintain Specific Magnification in Print Preview?

G

Guest

Is there a way to set a default Print Preview magnification in Word 97? The
reason I'm asking is that one of the users I support isn't computer literate
(though she's been using one for years) and gets easily upset when a setting
such as Print Preview magnification changes. Does anyone know how to set a
default so that it doesn't change for her? She won't accept that all she has
to do is change the magnification setting in Print Preview to the percentage
she wants . . . she doesn't want it to change. I haven't been able to find
anything about it on the Internet or on Microsoft's site.

Thanks!

Catherine
 
G

Graham Mayor

Create the following macro in her normal.dot file.

Sub FilePrintPreview()
ActiveDocument.PrintPreview
ActiveWindow.View.Zoom.Percentage = 95
End Sub

Change the zoom setting to whatever she requires - here 95%


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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