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. >
|