File location in status bar

G

Graham Mayor

No, but you can put it in the title bar with a macro in the normal template.

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

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


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


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
M

mshall2

Thanks, that helps. The problem with doing that is that it also show
the file location in the vista taskbar...this is annoying when you
have multiple word files open. Any way to have the file location in
the title bar, but the file name only displayed in the taskbar?
 
G

Graham Mayor

I don't know anything about Vista or whether it is possible to limit what is
displayed in the Windows task bar, but adding the file path to the title bar
shouldn't make any difference to the task bar. Maybe
http://articles.techrepublic.com.com/5100-10878_11-6150810.html will provide
a start point?

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


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