Group:  Microsoft Word » microsoft.public.word.newusers
Thread: Word 2007: is it possible to get in the title bar the complete file name & path ?

Geek News

Word 2007: is it possible to get in the title bar the complete file name & path ?
"Daniel" <notmyrealaddress[ at ]free.fr> 10/29/2008 11:29:15 AM
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

Re: Word 2007: is it possible to get in the title bar the complete file name & path ?
"Jay Freedman" <jay.freedman[ at ]verizon.net> 10/29/2008 1:49:18 PM
Daniel wrote:
[Quoted Text]
> 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 FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.


Re: Word 2007: is it possible to get in the title bar the complete file name & path ?
"Daniel" <notmyrealaddress[ at ]free.fr> 10/29/2008 10:06:26 PM
Thank you very much Jay. I do appreciate it.
very brgds,
Daniel

"Jay Freedman" <jay.freedman[ at ]verizon.net> a écrit dans le message de
news:OVh5k0cOJHA.144[ at ]TK2MSFTNGP03.phx.gbl...
[Quoted Text]
> Daniel wrote:
>> 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 FAQ: http://word.mvps.org
> Email cannot be acknowledged; please post all follow-ups to the newsgroup
> so all may benefit.
>

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net