|
Prev: @ sign in some files
Next: autotest in email
From: removing all headers and footers on 1 Jul 2008 15:02 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?
From: Jay Freedman on 1 Jul 2008 15:22 removing all headers and footers 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? You can use a macro like the one in http://www.word.mvps.org/FAQs/MacrosVBA/BanishWebToolbar.htm, but instead of "Web" use "Outlining". Read http://www.gmayor.com/installing_macro.htm if needed. -- Regards, Jay Freedman Microsoft Word MVP FAQ: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
From: Reitanos on 1 Jul 2008 15:21 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 <removingallheadersandfoot...(a)discussions.microsoft.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?
From: removing all headers and footers on 1 Jul 2008 21:12 thanks, should have thought of that, JF:) "Reitanos" wrote: > 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 > <removingallheadersandfoot...(a)discussions.microsoft.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? > >
|
Pages: 1 Prev: @ sign in some files Next: autotest in email |