Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.newusers
Peter Peter is offline
external usenet poster
 
Posts: 111
Default How do I make Zoom To "125" permanently ?

When I open Word, it is zoomed to 100 and I have to change it to 125 every
time.

Is there way to make the zoom to "125" so that I need not change it every
time ?

Thanks
Peter


  #2   Report Post  
Posted to microsoft.public.word.newusers
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default How do I make Zoom To "125" permanently ?

Change the zoom setting -
http://word.mvps.org/FAQs/General/SaveViewAndZoom.htm
or
You can control the zoom with auto macros in normal.dot. The following will
set it to 125% zoom regardless of what the document thinks it should be.
Change the 125 to any preferred zoom level. I have included also some of the
other regular problem fixes, but you can remove the extra lines if required.
If you want normal rather than print layout view swap the apostrophe from
the beginning of the line where indicated to the other.

See http://www.gmayor.com/installing_macro.htm

Sub AutoNew()
ActiveWindow.ActivePane.DisplayRulers = True
ActiveWindow.ActivePane.View.ShowAll = False
ActiveWindow.DisplayHorizontalScrollBar = True
ActiveWindow.DisplayVerticalScrollBar = True
With ActiveWindow.View
'**********************
.Type = wdPrintView
'.Type = wdNormalView
'**********************
.Zoom.Percentage = 100
.DisplayPageBoundaries = True
End With
End Sub

Sub AutoOpen()
ActiveWindow.Caption = ActiveDocument.FullName
ActiveWindow.ActivePane.DisplayRulers = True
ActiveWindow.ActivePane.View.ShowAll = False
ActiveWindow.DisplayHorizontalScrollBar = True
ActiveWindow.DisplayVerticalScrollBar = True
With ActiveWindow.View

'**********************
.Type = wdPrintView
'.Type = wdNormalView
'**********************
.Zoom.Percentage = 125
.DisplayPageBoundaries = True
End With
End Sub

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



Peter wrote:
When I open Word, it is zoomed to 100 and I have to change it to 125
every time.

Is there way to make the zoom to "125" so that I need not change it
every time ?

Thanks
Peter




Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you make a "Date" "Static" in a template. Kirk Microsoft Word Help 1 April 21st 07 03:48 PM
to make double space inbetween the sentences seperated by"."or"?" dinesh New Users 1 August 26th 06 09:58 PM
How change "language" permanently to English (Canada) in Word? John Ecclestone Microsoft Word Help 1 July 27th 06 05:32 PM
Permanently enable "view hidden text" [email protected] Page Layout 7 March 20th 06 02:44 PM
"Fill In" field formated to keep initial response permanently? netnmo Microsoft Word Help 1 October 30th 05 07:45 AM


All times are GMT +1. The time now is 01:47 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"