The "Reviewing Toolbar" keeps showing up, apparently at
random, in my install of Word 2002, even though it
is "off" in my Normal.dot template. How can I KEEP it off?
Graham Mayor - 08 Apr 2004 16:58 GMT
> The "Reviewing Toolbar" keeps showing up, apparently at
> random, in my install of Word 2002, even though it
> is "off" in my Normal.dot template. How can I KEEP it off?
With a pair of macros:
Sub Autonew()
CommandBars("Reviewing").Visible = False
End Sub
Sub AutoExec()
CommandBars("Reviewing").Visible = False
End Sub
See http://www.gmayor.com/installing_macro.htm

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP
Web site www.gmayor.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<
Bob Weaver - 09 Apr 2004 16:19 GMT
Thanks!
BW
>-----Original Message-----
>> The "Reviewing Toolbar" keeps showing up, apparently at
[quoted text clipped - 11 lines]
>
>See http://www.gmayor.com/installing_macro.htm
Suzanne S. Barnhill - 10 Apr 2004 04:58 GMT
For some more information about why this happens, see
http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=221
--
Suzanne S. Barnhill
Microsoft MVP (Word)

Signature
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
> The "Reviewing Toolbar" keeps showing up, apparently at
> random, in my install of Word 2002, even though it
> is "off" in my Normal.dot template. How can I KEEP it off?