DISPLAY FILE PATH IN WORD 2007?

B

bruce_hogman

How do I display the full file path in Word 2007 when editing the same named
document in two sessions, where those documents reside on two separate
servers or paths?

Word 2003 provided the VIEW, TOOLBARS, WEB menu selection choices to show
the full file path and name. That made it very easy to know which document
you were working with, as well as to make it very easy to insert a document
into email as an attachment.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...c3fd9d&dg=microsoft.public.word.docmanagement
 
G

Gary Roll

I can't seem to find the other thread, can you direct me to that or provide
the solution? I would like to be able to display the full file path in Word
and Excel

Thanks!
 
G

Graham Mayor

Display it where? In the title bar?

You need a macro saved in the normal template

Word 2007:

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

Excel 2007:
Ask in an Excel forum

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

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
G

Gary Roll

The macro does accomplish what I was looking for, thanks for providing that.

Word 2003 has an option to display a Web menu toolbar which would
automatically display the full file name path as one of the toolbars if
selected. I was looking for an equivalent in Word 2007, but have not been
able to find that. It's easy enough to run the macro if you want to have that
info, but the old option was nice in that it displayed automatically as part
of the Web toolbar.
 

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