Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / November 2004

Tip: Looking for answers? Try searching our database.

How-to Force a Zoom Setting

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
tpmax - 29 Nov 2004 22:51 GMT
I'm looking for a way to set a zoom magnification in Word as a default so
that whenever a document is opened in Print Preview, it will be opened to the
zoom that I specify. Does anyone have any ideas on how I could accomplish
this?

Many thanks!
Peter - 29 Nov 2004 23:11 GMT
Only way I know how is by using ActiveWindow.ActivePane.View.Zoom.Percentage, and it isn't permanent.  It can, however, be placed inside a FilePrintPreview() sub in a global template or add-in to trap the user clicking on the print preview button.

The following page has a pretty good explanation of this technique:
http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=112

hth,

-Peter

> I'm looking for a way to set a zoom magnification in Word as a default so
> that whenever a document is opened in Print Preview, it will be opened to the
> zoom that I specify. Does anyone have any ideas on how I could accomplish
> this?
>
> Many thanks!
Greg Maxey - 29 Nov 2004 23:17 GMT
Put something like the following in your as an AutoOpen macro in your
document template:

Sub AutoOpen()

WIth ActiveWindow.View
   .Type = wdPrintView
   .Zoom.Percentage = 105 'or whatevey you prefer
End With

Signature

Greg Maxey/Word MVP
A Peer in Peer to Peer Support

> I'm looking for a way to set a zoom magnification in Word as a
> default so that whenever a document is opened in Print Preview, it
> will be opened to the zoom that I specify. Does anyone have any ideas
> on how I could accomplish this?
>
> Many thanks!

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.