Hi
My understanding of toolbars was if you displayed a toolbar it remianed open
until you choose to hide it. This certainly works with Mail mMerge and
Drawing toolbars. However, with the Outlining toolbar, I have to redisplay
it every time I start Word. Whne you close Word it seems to hide the toolbar
again. Is there anyway that I can configure Word to automatically display
the Outlining toolbar.
Thanks
Suzanne S. Barnhill - 20 Jun 2008 00:21 GMT
Is Word set to open in Outline view?

Signature
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
> Hi
>
[quoted text clipped - 9 lines]
>
> Thanks
Graham Mayor - 20 Jun 2008 05:55 GMT
The Outlining toolbar is more closely associated with the Outline view. If
you want it to show on starting Word in other views, then add the following
line to an Autoexec macro in normal. dot
CommandBars("Outlining").Visible = True
and/or add a macro to a toolbar button to toggle the display of the bar on
and off thus:
With CommandBars("Outlining")
.Visible = Not .Visible
End With
http://www.gmayor.com/installing_macro.htm

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Hi
>
[quoted text clipped - 6 lines]
>
> Thanks