Board index » Word » How do I display the full path in the top left corner of Word?

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


-
 

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:

Quote
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



-

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...

Quote
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:

>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







-

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:

Quote
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...

>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:

>>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





-

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

Quote
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...

>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:

>>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

>









-

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:

Quote
Quite correct as always

"Summer" <Summer@docsliveonline.com>wrote in message

news:uqbuWOonHHA.1240@TK2MSFTNGP06.phx.gbl...

>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...

>>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:

>>>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





-