I want to stop the reviewing tolbar from appearing when I start Excel.
J Juan Pablo González Jul 26, 2005 #2 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...
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...