Why does the reviewing toolbar always appear when I start Excel?

J

Juan Pablo González

Do this:

Open Excel
Press Alt + F11
Press Ctrl + G
Type

Application.CommandBars("Reviewing").Enabled = False

Press Alt + F4

the bar should be gone now. It's a VERY annoying toolbar...
 
Top