for some reason, whenever I start Word it always has 4
toolbar menus showing, and 2 of them, namely the
Reviewing and OR Sampler Start, I don't want (I don't
even know what the OR Sampler is, can't find it in the
Help menu)
is there a way to have Word start up with only the
toolbars I want?
thanks
Greg - 09 Jun 2004 18:43 GMT
Nick,
Yes. I use a autonew and autoopen macro which fires
whenever a new document is created or and existing
document is opened that set offensive toolbars such
as "Reviewing" as off. The following is an example of a
AutoOpen Macro
Sub AutoOpen()
CommandBars("Reviewing").Visible = False
End Sub.
As for the Or Sampler, that sounds like some sort of third
party Add-In. Check Tools>Templates and Addins to
determine where the add-inb is being loaded from and
remove it.
>-----Original Message-----
>for some reason, whenever I start Word it always has 4
[quoted text clipped - 8 lines]
>thanks
>.