Anyone know a way to put the file path in the title bar in Word XP (2002)?

--
Rick in Tacoma

Re: Path in Title Bar by Greg

Greg
Fri Feb 27 23:25:11 CST 2004

Rick,

See:
http://home.cfl.rr.com/gmaxeyword/File_Name_And_Path.htm

--
Greg Maxey
A peer in "peer to peer" support
Rockledge, FL
To e-mail, edit out the "w...spam" in gmaxey@whamspammvps.org

Rick B. wrote:
> Anyone know a way to put the file path in the title bar in Word XP
> (2002)?



Re: Path in Title Bar by Graham

Graham
Sat Feb 28 00:27:25 CST 2004

You need a simple macro:

Sub AutoOpen()
ActiveWindow.Caption = ActiveDocument.FullName
End Sub

See http://www.gmayor.com/installing_macro.htm if you don't know how to use
it.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP

Web site www.gmayor.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>


Rick B. wrote:
> Anyone know a way to put the file path in the title bar in Word XP
> (2002)?



Re: Path in Title Bar by TF

TF
Sat Feb 28 05:48:09 CST 2004

Rick

As an alternative to the other excellent solutions, I prefer to have the
Address bar mounted on my Menu bar. If you right-click on and tool bar and
select Customize, select Web under Categories and the first command is the
Address button. Drag and drop it onto your Menu Bar in the empty space to
the right of the Help menu. Now hover the mouse over the right hand end of
the box until the cursor changes to a cross and drag the address box out to
fill the available space until level with the left edge of the Minimise
button. Now close the Customize dialog.

The address bar will now display the full name and path of the active
document.

--
Terry Farrell - Word MVP
http://word.mvps.org/

"Rick B." <abcd@xyzl.com> wrote in message
news:%23wkCKdb$DHA.2512@TK2MSFTNGP11.phx.gbl...
: Anyone know a way to put the file path in the title bar in Word XP (2002)?
:
: --
: Rick in Tacoma
:
:



Re: Path in Title Bar by Rick

Rick
Sat Feb 28 12:35:48 CST 2004

Thanks Greg, Graham and especially Terry--what an elegant solution!

--
Rick in Tacoma