#1   Report Post  
Posted to microsoft.public.word.docmanagement
Alan Neilsen Alan Neilsen is offline
external usenet poster
 
Posts: 2
Default Setting default zoom

Can I set up Word 2007 so that every document automatically opens with 100%
zoom, or at least the same zoom the document had when last saved? For some
reason, Word documents always open with reduced zoom, too small to read for
an old bloke like me. If I could get the documents to open at 100% zoom it
would save the need to change the zoom setting every time I open a document.
--
Alan Neilsen
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Setting default zoom

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 100% zoom regardless of what the document thinks it should be.
Change the 100 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 = 100
.DisplayPageBoundaries = True
End With
End Sub

--

Graham Mayor - Word MVP

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



"Alan Neilsen" wrote in message
...
Can I set up Word 2007 so that every document automatically opens with
100%
zoom, or at least the same zoom the document had when last saved? For some
reason, Word documents always open with reduced zoom, too small to read
for
an old bloke like me. If I could get the documents to open at 100% zoom it
would save the need to change the zoom setting every time I open a
document.
--
Alan Neilsen



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Setting default zoom


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 100% zoom regardless of what the document thinks it should be.
Change the 100 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 = 100
.DisplayPageBoundaries = True
End With
End Sub

--

Graham Mayor - Word MVP

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



"Alan Neilsen" wrote in message
...
Can I set up Word 2007 so that every document automatically opens with
100%
zoom, or at least the same zoom the document had when last saved? For some
reason, Word documents always open with reduced zoom, too small to read
for
an old bloke like me. If I could get the documents to open at 100% zoom it
would save the need to change the zoom setting every time I open a
document.
--
Alan Neilsen



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
Setting Default Zoom Level in Word Pamelagio Microsoft Word Help 4 December 6th 06 11:54 PM
Setting default zoom level in Word Hermes Microsoft Word Help 5 October 2nd 06 09:52 AM
Opening Zoom Setting BK New Users 2 July 12th 06 02:33 AM
How to change default page view zoom setting in word Timothy1222 Page Layout 1 January 27th 06 04:41 AM
Anyway to change the default zoom setting in Print Preview? thisisskye Microsoft Word Help 0 July 20th 05 07:05 PM


All times are GMT +1. The time now is 12:01 PM.

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"