Is it possible to get the file location in the status bar on Word 07?

Re: File location in status bar by Graham

Graham
Sun Aug 24 09:13:23 PDT 2008

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

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>


mshall2@gmail.com wrote:
> Is it possible to get the file location in the status bar on Word 07?



Re: File location in status bar by mshall2

mshall2
Sun Aug 24 11:24:23 PDT 2008

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?

Re: File location in status bar by Graham

Graham
Sun Aug 24 21:32:59 PDT 2008

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

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>


mshall2@gmail.com wrote:
> 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?