Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Gordan Gordan is offline
external usenet poster
 
Posts: 1
Default How do I define default view with document map in Word 2007?

In Word 2007, how can I define the default view to show document map?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom[_3_] Stefan Blom[_3_] is offline
external usenet poster
 
Posts: 6,897
Default How do I define default view with document map in Word 2007?

In general, a document will open in the view in which it was saved. And if
you have chosen to display the document map in that view, it will continue
to display.

However, if you want to force a certain view as well as force the display of
the document map, whenever you create a new document or open an existing
one, you can use the following pair of macros:

Sub AutoOpen()
ActiveWindow.View.Type = 3 'Print Layout view
ActiveWindow.View.Zoom = 100
ActiveWindow.DocumentMap = True
End Sub

Sub AutoNew()
ActiveWindow.View.Type = 3 'Print Layout view
ActiveWindow.View.Zoom = 100
ActiveWindow.DocumentMap = True
End Sub

Install the macros in your Normal template (see
http://www.gmayor.com/installing_macro.htm if you need assistance).

--
Stefan Blom
Microsoft Word MVP



"Gordan" wrote in message
...
In Word 2007, how can I define the default view to show document map?







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
When saving Word 2007 document, choosing default view of Save As. Nathan Baker Microsoft Word Help 1 January 22nd 09 01:52 AM
How do I change the default view to draft when opening word 2007 . Steve Microsoft Word Help 2 December 9th 08 07:05 PM
Setting default view for the Open File dialog in Word 2007? AceWriter01 Microsoft Word Help 0 June 18th 07 04:40 PM
How to set default view in Word 2007? Matt Microsoft Word Help 0 February 27th 07 02:45 AM
How to define page orientation (Landscape or Portrait) as default Elmers Microsoft Word Help 1 March 5th 06 06:21 AM


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