Written by Allen Wyatt (last updated January 28, 2022)
This tip applies to Word 97, 2000, 2002, and 2003
One of the features that Word provides for working with a document is referred to as the Document Map. How you use this feature has been discussed in other issues of WordTips. Exactly when the Document Map pops up, however, may seem a bit confusing—until you understand how Word uses this tool.
The first thing to understand is that there is no Document Map "setting" that is saved with a document. Instead, the Document Map is either on or off within the current environment, on a document-by-document basis. Thus, you can have two documents open at the same time, and be using the Document Map in only one of them. If you are viewing the document that has the Document Map turned on, and you open or create another document, then Word assumes you want the Document Map turned on for the new document, as well. If you are viewing the document that is not using the Document Map and you open or create another document, then Word assumes you don't want to use the Document Map for the new document.
If you want to make sure that the Document Map is always open for specific documents, then the only way to accomplish this is through the use of a macro that is saved with those specific documents. The following macro will do the trick, if you save it as part of the ThisDocument object for the document in question:
Private Sub Document_Open() ThisDocument.ActiveWindow.DocumentMap = True ThisDocument.ActiveWindow.DocumentMapPercentWidth = 20 End Sub
This little macro makes sure that the Document Map is open, and that it is set to 20% of the width of the program window. (You can change the percentage, if desired.) The caveat to remember with this macro is that while it turns the Document Map on, the Document Map will also be on for any other documents that you open while viewing this particular document. (Remember—that's the way Word treats the Document Map feature, as described earlier.)
Note:
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (1628) applies to Microsoft Word 97, 2000, 2002, and 2003.
Learning Made Easy! Quickly teach yourself how to format, publish, and share your content using Word 2013. With Step by Step, you set the pace, building and practicing the skills you need, just when you need them! Check out Microsoft Word 2013 Step by Step today!
Using the Document Map to navigate through your document is easy and intuitive. The value of using it for navigation is ...
Discover MoreWhen you display the Document Map, you are essentially looking at an outline of the document at the same time as you ...
Discover MoreThe Document Map is a handy way to view the overall organization of your document as you are working with it. It is like ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
2020-01-16 10:29:41
s
https://answers.microsoft.com/en-us/msoffice/forum/all/word-2007-document-map/84111f60-cb3c-4384-aac6-942ac5a6c715
2017-09-08 18:50:28
Amy
Have you ever discovered a way to get the Document map to display styles other than Header-type of styles? Thanks for considering!
Got a version of Word that uses the menu interface (Word 97, Word 2000, Word 2002, or Word 2003)? This site is for you! If you use a later version of Word, visit our WordTips site focusing on the ribbon interface.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2024 Sharon Parq Associates, Inc.
Comments