Path In Titlebar

G

Guest

I would like to display the file name and PATH in the title bar. Right now
all that is being displayed is the file name. Can anyone help?
 
G

garfield-n-odie [MVP]

To show the path in the Word 2003 (or earlier) 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 2003 (or earlier) 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.
 
M

michelle w

Do you know how I can do this in Word 2007?

garfield-n-odie said:
To show the path in the Word 2003 (or earlier) 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 2003 (or earlier) 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.
 

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

Top