Word 2007: is it possible to get in the title bar the complete file name & path ?

D

Daniel

Hi everybody,

not a major issue but...

Is it possible to display the complete file name & path in the title bar of
Word 2007?
(same questions applies to Excel 2007 and other Office apps).

Many thanks in advance for your kind help.
with Brgds,
Daniel
Office 2007 newbie
 
J

Jay Freedman

Daniel said:
Hi everybody,

not a major issue but...

Is it possible to display the complete file name & path in the title
bar of Word 2007?
(same questions applies to Excel 2007 and other Office apps).

Many thanks in advance for your kind help.
with Brgds,
Daniel
Office 2007 newbie

Store this macro in the Normal.dotm template:

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

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

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 

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