I want MS Word 2003 to tell the full path of the file

D

DrLarry

I find it annoying that MS word shorthands the full path of document so you
can't be absolutely certain while editing an existing file exactly in what
directory it will be located.

Can anyone tell me how to force MS word to indicate the full path to a file?
You can easily do that ( default mode) in Word Perfect.

Please help. If possible, respond to me via [email protected]

Thanks,

Larry
 
J

Jay Freedman

Display the Web toolbar. Hold down the Ctrl and Alt keys while you
grab the address box and drag it to the menu bar, dropping the copy to
the right of the Help menu. That box will always show the full path of
the current document.

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.
 
G

Graham Mayor

Add the line
ActiveWindow.Caption = ActiveDocument.FullName
to an AutoOpen macro in normal.dot. The document path will then be shown in
the title bar.

http://www.gmayor.com/installing_macro.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Top