(Msg. 1) Posted: Thu Jun 19, 2008 3:53 pm
Post subject: Word 2003 Need to show Outlining toolbar on startup Archived from groups: microsoft>public>word>customization>menustoolbars (more info?)
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.
(Msg. 2) Posted: Thu Jun 19, 2008 6:21 pm
Post subject: Re: Word 2003 Need to show Outlining toolbar on startup [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Is Word set to open in Outline view?
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
"Sally Green" <SallyGreen.DeleteThis@discussions.microsoft.com> wrote in message
news:1E8BC42A-A09B-48EF-A182-DEB6E8239F01@microsoft.com...
> 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
(Msg. 3) Posted: Fri Jun 20, 2008 3:03 am
Post subject: Re: Word 2003 Need to show Outlining toolbar on startup [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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
Sally Green wrote:
> 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
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum