Show Doc location in title bar?

G

Guest

Just changed from Corel to Microsoft. Corel displays the name of the document
as well as the location in the Title Bar. How can I make Word or any of the
MS 2003 products show the loction of the document in the Title bar?
 
G

Guest

One way is to click on Tools | Macro | Macros, add the following line to your
AutoOpen() macro in your Normal.dot template:

ActiveWindow.Caption = ActiveDocument.FullName

See http://www.gmayor.com/installing_macro.htm if you don't know how to
install a macro.

Another way is to 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. Obviously, this method puts the path
in the toolbar area, not in the title bar at the top of the screen.
 

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