How do I set Word 2003 to show the full path of the file edited?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Even though the Folder view is set to show full path, in windows. Word does
not show the full path.
How does I make Word show the full path?
 
To show the path in the Word window title bar, click on Tools |
Macro | Macros, add the following line to your AutoOpen macro:

ActiveWindow.Caption = ActiveDocument.FullName

To show the path in the Word toolbar area, click on Tools |
Customize | Commands | Categories: Web | Commands: Address. Drag
the Address command to your toolbar area. Click on Close. If
you are prompted to save changes to your Normal.dot global
template when you exit Word, say yes.
 
Is there a way to see the full command issued? For example, if I run a macro
or request a bookmark:
myWord.doc#bookmark1
or myWord.doc /mMyMacro
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top