Office 2007 Full Path in Menu Bar

G

Guest

I would like the full path of a docuement to show in the menu bar. It looks
like it might not be possible. Alternatively, I would at least like to know
where I can view it when I need it.
 
G

Guest

Office Buton -> Prepare -> Properties -> Location at the upper right corner.
I have no idea how to put it to the title bar though.
 
G

Guest

Add the following AutoOpen macro to the Normal template (the name of the
macro must be AutoOpen):

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

See http://www.gmayor.com/installing_macro.htm for how to install a macro.

You may find the full path to be too long to be useful, especially if you
have customized the Quick Access Toolbar extensively. If this is the case you
can move the Quick Access Toolbar below the Ribbon by clicking the arrow at
the end of the toolbar and clicking Show below Ribbon.
 

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