Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
billby billby is offline
external usenet poster
 
Posts: 2
Default Open 2007 Word Docs with zoom and view

I found this on the MVP site

"How can I make Word open new documents in a certain view (Normal or Page
Layout) or at a specified zoom ratio?"

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

Unfortunantly it doesn't appear to work for Word 2007. How can I force Word
to start in the draft view with zoom on at 140%?


  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Open 2007 Word Docs with zoom and view

If you save the commands in an autoopen and an autonew macro in normat.dotm
this will force the setting

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

Sub AutoNew
With ActiveWindow.View
.Type = wdNormalView
.Zoom.Percentage = 140
End With
End Sub

Note that draft view is still called normal view in vba and you must set the
view before changing the zoom. The extra line in autoopen puts the filename
and path in the window title bar.
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


billby wrote:
I found this on the MVP site

"How can I make Word open new documents in a certain view (Normal or
Page Layout) or at a specified zoom ratio?"

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

Unfortunantly it doesn't appear to work for Word 2007. How can I
force Word to start in the draft view with zoom on at 140%?



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
billby billby is offline
external usenet poster
 
Posts: 2
Default Open 2007 Word Docs with zoom and view

Can you please confirm normat.dotm is the correct spelling?



"Graham Mayor" wrote:

If you save the commands in an autoopen and an autonew macro in normat.dotm
this will force the setting

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

Sub AutoNew
With ActiveWindow.View
.Type = wdNormalView
.Zoom.Percentage = 140
End With
End Sub

Note that draft view is still called normal view in vba and you must set the
view before changing the zoom. The extra line in autoopen puts the filename
and path in the window title bar.
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


billby wrote:
I found this on the MVP site

"How can I make Word open new documents in a certain view (Normal or
Page Layout) or at a specified zoom ratio?"

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

Unfortunantly it doesn't appear to work for Word 2007. How can I
force Word to start in the draft view with zoom on at 140%?




  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Open 2007 Word Docs with zoom and view

Apologies a slip of the fingers - it should be normal.dotm (a hidden file).

--

Graham Mayor - Word MVP

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


billby wrote:
Can you please confirm normat.dotm is the correct spelling?



"Graham Mayor" wrote:

If you save the commands in an autoopen and an autonew macro in
normat.dotm this will force the setting

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

Sub AutoNew
With ActiveWindow.View
.Type = wdNormalView
.Zoom.Percentage = 140
End With
End Sub

Note that draft view is still called normal view in vba and you must
set the view before changing the zoom. The extra line in autoopen
puts the filename and path in the window title bar.
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


billby wrote:
I found this on the MVP site

"How can I make Word open new documents in a certain view (Normal or
Page Layout) or at a specified zoom ratio?"

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

Unfortunantly it doesn't appear to work for Word 2007. How can I
force Word to start in the draft view with zoom on at 140%?



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 i open word docs created in 2007 beta with word 2007? vtcw34 Microsoft Word Help 0 February 22nd 07 11:17 PM
Open 2007 Word docs in Tech Refresh Dylan Kissane Microsoft Word Help 8 October 3rd 06 04:29 PM
How do I get Word to always open at the same view zoom level bigjack Microsoft Word Help 1 May 17th 06 01:42 PM
Is it possible to force all docs to open in normal view Peter Lawton Microsoft Word Help 1 April 20th 06 12:29 PM
I want all docs to open at 115% zoom, not what the creator set . JudyHarris Microsoft Word Help 1 September 24th 05 06:08 AM


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