Board index » Word » How do I display the full path in the top left corner of Word?
|
NancyCinOregon
|
|
NancyCinOregon
|
How do I display the full path in the top left corner of Word?
Word105
When you are working in Word, is it possible to display the full path of the document including it's location, in the upper left hand corner of the title bar. Usually, it only displays the name of the document. Thanks - |
| garfield-n-odie
Registered User |
Thu May 24 20:59:04 CDT 2007
Re:How do I display the full path in the top left corner of Word?
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. Marie wrote: QuoteWhen you are working in Word, is it possible to display the full path of the |
| Summer
Registered User |
Thu May 24 23:17:16 CDT 2007
Re:How do I display the full path in the top left corner of Word?
You can use Explorer
WinKey E (Explorer) Tools Folder Options View Check box "Display full path in Address Bar" Check box "Display full path in Title Bar" Click "APPLY TO ALL FOLDERS" OK Hope this helps. www.docsliveonline.com "garfield-n-odie [MVP]" <garfieldnodie@discussions.microsoft.com>wrote in message news:uCNAIBnnHHA.596@TK2MSFTNGP06.phx.gbl... QuoteTo show the path in the Word 2003 (or earlier) window title bar, click on - |
| Graham
Registered User |
Thu May 24 23:45:39 CDT 2007
Re:How do I display the full path in the top left corner of Word?
You can do that, but it won't show the path in the *Word* title bar - for
that you need a Word macro. -- <>><><<>><<><>><><<><>>< <>><<> Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org <>><><<>><<><>><><<><>>< <>><<> Summer wrote: QuoteYou can use Explorer - |
| Summer
Registered User |
Fri May 25 00:36:13 CDT 2007
Re:How do I display the full path in the top left corner of Word?
Quite correct as always
"Summer" <Summer@docsliveonline.com>wrote in message QuoteYou can use Explorer - |
| Graham
Registered User |
Fri May 25 01:38:04 CDT 2007
Re:How do I display the full path in the top left corner of Word?
Now don't get carried away ;)
-- <>><><<>><<><>><><<><>>< <>><<> Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org <>><><<>><<><>><><<><>>< <>><<> Summer wrote: QuoteQuite correct as always - |
