I have customised the main toolbar on W2003 to include several buttons I
frequently use. (I have removed some I never use to make space.) Two of the
buttons I put in are 'Highlight' and 'New Comment' - both of which are
default in the 'Reviewing' toolbar. When I use these buttons on the main
toolbar, the 'Reviewing' toolbar pops up and clutters my workspace.
I tried removing the two buttons from the 'Reviewing' toolbar and it worked
okay yeaterday. This morning I was back to square one. Yes, I DO save the
'Normal' template on closedown!
I might also mention that my customisation of the main toolbar disappeared
at the same time. IT Support plead innocent :)
Any and all help appreciated.

Signature
Rick Duley
Perth,
Western Australia 6006 .-_|\
http://www.freewebs.com/rickduley/ / \
aussie : 0409 106 049 perth *_.-._/
o''''seas : +61 409 106 049 v
Graham Mayor - 06 Jul 2007 05:50 GMT
The reviewing toolbar appears to be popped up by the comment button (the
highlight button shouldn't affect the issue) You can stop it popping up by
using a macro. Add the following
Sub InsertAnnotation()
Selection.Comments.Add Range:=Selection.Range
CommandBars("Reviewing").Visible = False
End Sub
which will intercept the comment command add the comment and turn off the
review toolbar.
http://www.gmayor.com/installing_macro.htm

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> I have customised the main toolbar on W2003 to include several
> buttons I frequently use. (I have removed some I never use to make
[quoted text clipped - 11 lines]
>
> Any and all help appreciated.