Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Menus and Toolbars / April 2005

Tip: Looking for answers? Try searching our database.

How to keep the outline toobar display?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Á÷À˵ÄË«Óã - 29 Apr 2005 04:19 GMT
I often use the outline toolbar,so I want it
display like the Format toolbar.but everytime
I create a new document,it disappears.
How can I keep it display?
Any help is appreciated!
Graham Mayor - 29 Apr 2005 07:39 GMT
Create an autonew macro in normal.dot containing the following line
CommandBars("Outlining").Visible = True
(or add that lne to an existing autonew macro)
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
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

> I often use the outline toolbar,so I want it
> display like the Format toolbar.but everytime
> I create a new document,it disappears.
> How can I keep it display?
> Any help is appreciated!
Á÷À˵ÄË«Óã - 29 Apr 2005 08:12 GMT
Thank you,Graham.
There is a little problem.
When I run the Word, it will automatically open
a new document,but the VBA code doesn't run.
How to repair it ?
Graham Mayor - 30 Apr 2005 05:03 GMT
Assuming you have macro security set to medium - add the following macros:

Sub AutoExec()
Application.OnTime _
When:=Now + TimeValue("00:00:03"), Name:="OutlineBar"
End Sub
Sub OutlineBar()
CommandBars("Outlining").Visible = True
End Sub

This will insert a short delay when Word is firts run, before applying the
bar

Signature

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

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

> Thank you,Graham.
> There is a little problem.
> When I run the Word, it will automatically open
> a new document,but the VBA code doesn't run.
> How to repair it ?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.