Thread
:
outline toolbar
View Single Post
#
3
Posted to microsoft.public.word.docmanagement
[email protected]
Posts: n/a
outline toolbar
Hi, I made the macro, ViewOutlineMaster, with the code you gave me, but when
I try to run it, click on it under macros and click on run, I get the error
message about an ambiguous macro name?
--
JRF
"Graham Mayor" wrote:
The following macro will replace the Outline View internal call and switch
off the toolbar when Outline view is selected.
Sub ViewOutlineMaster()
ActiveWindow.ActivePane.View.Type = wdMasterView
CommandBars("Outlining").Visible = False
End Sub
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
wrote:
How do I force the outline toolbar NOT to show up when I am in
Outline view in MS Word 2003? When I go to View/toolbars and uncheck
it, it always comes back on when I am working on items in the Outline
view. I cannot get rid of it....
I need to get rid of it because it conflicts with the Endnote toolbar
I also use in this Outline view. (And only in Outline view is there a
conflict.) When both toolbars are there they make the Outline View
screen jump and flicker. thank.s
Reply With Quote