Review toolbar pesty

M

Matt

The Review toolbar is put in my Excel when I open an Excel
file that is attached in Lotus Notes email. It just a
pesty little annoyance I would like to eliminate.

thanks
Matt
 
D

Dave Peterson

Jim Rech posted a couple of techniques:

http://groups.google.com/[email protected]

And if you want to kill it forever, then this seemed to work ok for me:

Open excel
hit alt-F11 to get to the VBE
hit ctrl-G to see the immediate window

Type this in and hit enter:
application.CommandBars("reviewing").Enabled = False

If you ever want it back, you can toggle it to true.

Another option that I saw on a word newsgroup that I thought was kind of neat
was to take ownership of the reviewing toolbar. Remove all the icons you don't
want and add all your favorites. And have it showing all the time.
 
Top