E
Ed
In accordance with several posts here, I'm trying to banish the Web and
Reviewing toolbars with an AutoExec macro in the Document object of
Normal.dot in Word XP. This is NOT working, though. The Web toolbar has
especially been annoying today. Can anyone help with this?
Ed
Sub AutoExec()
With Application.CommandBars("Reviewing")
.Enabled = False
.Visible = False
End With
With Application.CommandBars("Web")
.Enabled = False
.Visible = False
End With
End Sub
Reviewing toolbars with an AutoExec macro in the Document object of
Normal.dot in Word XP. This is NOT working, though. The Web toolbar has
especially been annoying today. Can anyone help with this?
Ed
Sub AutoExec()
With Application.CommandBars("Reviewing")
.Enabled = False
.Visible = False
End With
With Application.CommandBars("Web")
.Enabled = False
.Visible = False
End With
End Sub