View Single Post
  #2   Report Post  
Posted to microsoft.public.word.newusers
Reitanos Reitanos is offline
external usenet poster
 
Posts: 109
Default Macro to get rid of outline toolbar?

Did you know that you can record a macro? Tools/Macro/Record New
Macro...
Any steps you take are then recorded into a new macro.

Sub RemoveOutineTB()
CommandBars("Outlining").Visible = False
End Sub

Of course, this is assuming that you're not using 2007.

On Jul 1, 3:02*pm, removing all headers and footers
t.com wrote:
Is there a macro that will get rid of the outlining toolbar? everytime I take
it off the list, and go out of outline view, then back, it comes up there
again?