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
Note that the "Multiple pages" setting in Page Setup has to do with page
layout, not screen display.
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org
"Supervisor" <Super...@discussions.microsoft.com> wrote in message
news:6C6095AE-360F-41C9...@microsoft.com...
2007newuser
If you choose to assign a keyboard shortcut for Zoom, it probably
shouldn't be Ctrl-Z, because Ctrl-Z is used for "Undo" (as is usual in
Windows programs).
On Oct 13, 1:07 pm, 2007newuser
> > "Supervisor" <Supervi...@discussions.microsoft.com> wrote in message
> >news:6C6095AE-360F-41C9...@microsoft.com...
> > >I have accidentally turned on multiple page viewing in word 2003 when
> > >working
> > > on documents in print layout view (NOT print preview). Reading Pane is
> > > NOT
> > > turned on, multiple pages in page format is set to NORMAL. I have no idea
> > > what I pressed to turn the feature on (Ctrl + ????) and likewise have no
> > > idea
> > > how to turn it off again. Any document I open/create has multiple page
> > > viewing.
> > > Help - Please!!??-
I tried the multiple pressing of the bottom left (-) on the sliding bar and
it does do the shrinking each time I pressed that circle. The Zoom icon on
the ribbon can only be set with one fixed %.
Do you know where i can find a list of all Windows commonly defined keyboard
shortcuts so I can avoid using them?
Any way to assign a key (ctrl+?) to this (-) circle at the left side of the
zoom sliding bar at the bottom? (i.e., the Zoom-In or Out command). Thanks
so much.
On Oct 13, 4:03 pm, 2007newuser
> > > > > Help - Please!!??--