From: David D. David on
How do I show the document title bar when opening a word document?
From: Graham Mayor on
The Document title bar is the blue bar above the Word window and should
always be displayed? Do you perhaps mean that you want to add the document
path to the title bar? In which case you need to add the line
ActiveWindow.Caption = ActiveDocument.FullName
to an autoopen macro in the normal template
http://www.gmayor.com/installing_macro.htm

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

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>



"David D." <David D.(a)discussions.microsoft.com> wrote in message
news:684219A2-02A3-46C9-9E29-B88E06A05303(a)microsoft.com...
> How do I show the document title bar when opening a word document?