Reply
 
Thread Tools Display Modes
  #1   Report Post  
CheeryDeary
 
Posts: n/a
Default How can I set Page View as my default viewing mode for all docume.

How can I set Page View as my default viewing mode for all documents I open
with MS Word 2003?

Thanks!
  #2   Report Post  
KePaHa
 
Posts: n/a
Default

My experience has been that however another user has saved and closed the
file is how the file will open for me. You could, presumably, write a macro
that forced all docs to switch to a particular view upon opening.

"CheeryDeary" wrote:

How can I set Page View as my default viewing mode for all documents I open
with MS Word 2003?

Thanks!

  #3   Report Post  
Suzanne S. Barnhill
 
Posts: n/a
Default

See http://word.mvps.org/FAQs/General/SaveViewAndZoom.htm

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"CheeryDeary" wrote in message
...
How can I set Page View as my default viewing mode for all documents I

open
with MS Word 2003?

Thanks!


  #4   Report Post  
Graham Mayor
 
Posts: n/a
Default

If you want to over-ride the settings in all documents, you need a pair of
macros in normal.dot - the second contains an extra line (optional) to put
the full document path in the title bar -

Sub AutoNew()
With ActiveWindow.View
.Type = wdPrintView
.Zoom.Percentage = 100
End With
End Sub

Sub AutoOpen()
ActiveWindow.Caption = ActiveDocument.FullName
With ActiveWindow.View
.Type = wdPrintView
.Zoom.Percentage = 100
End With
End Sub

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

--

Graham Mayor - Word MVP

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




CheeryDeary wrote:
How can I set Page View as my default viewing mode for all documents
I open with MS Word 2003?

Thanks!



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
Changing Reading view to page width zoom Skids Microsoft Word Help 12 March 31st 05 05:53 PM
Reading view in page width zoom Changing Reading view to page width zoom Microsoft Word Help 0 February 23rd 05 04:57 PM
Get Reading view in page width zoom Skids Page Layout 0 February 21st 05 07:53 AM
Why does my View menu no longer have page layout view? lawstudent Page Layout 2 February 4th 05 11:55 PM
FIrst page footers Noel S Pamfree Microsoft Word Help 7 December 6th 04 08:49 PM


All times are GMT +1. The time now is 12:53 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"