How do you disable reviewing toolbar in Word?

G

Guest

Hi,

Whenever I open a document in Word 2002 or 2003 the "Reviewing" toolbar is
automatically displayed. If I turn it off it appears again each time I open
Word. Is there a way to disable this toolbar so that it never displays?

Thanks in advance,

Scott
 
G

Guest

Hi Suzanne,

I tried the fix but it didn't work. The page says:

"7) Place the previously copied code between the Sub and End Sub"

But it's quite unlcear where precisely to paste the data to me. The Macro
creation dialog box is a follows:

Sub BREAK()
With CommandBars("Reviewing")
.Enabled = False
.Visible = False
End With
End Sub
Sub RED_BREAK()
'
' RED_BREAK Macro
' Macro recorded Thursday, September 08, 2005 by Scott Mohr
'
Selection.TypeText Text:="BREAK"
Selection.MoveLeft Unit:=wdCharacter, Count:=5, Extend:=wdExtend
Selection.Range.HighlightColorIndex = wdRed
Selection.EndKey Unit:=wdLine
End Sub
Sub AutoExec()
'
' AutoExec Macro
' Macro created Tuesday, March 28, 2006 by Scott Mohr

End Sub
Sub blah()
'
' blah Macro
' Macro created Tuesday, March 28, 2006 by Scott Mohr
'

End Sub


Can you tell me where to paste the data? I tried it in three places and it
still didn't work for me :^-O
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top