Full path in Word title bar

B

Bob Gandt

How do I set Word to display the full title path of the
current document in the title bar? Now it shows only the
document name, not the path. When more than one
iteration of the document exists, this sometimes leads to
correcting, deleting, or otherwise messing with the wrong
doc.
 
G

Graham Mayor

You need a macro in normal.dot

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

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

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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