I hate my Microsoft toolbars!!! I never, ever, ever want to have the Reviewing toolbar or the Adobe 6.0 toolbar open (it’s distracting and makes it harder for me to find the icons I use quickly), but they seem to be on permanent default.
I can turn them off when I open Word or Excel, but they won’t stay off (ya know what I mean?). I’m also opening several Word and Excel docs at a time, so I have to turn them off on each document. When I open Excel attachments, there’s that damn Review toolbar again!
I hate this! I want to set a default such that these two toolbars are never open, but can’t find a way to do this.
Yeah, it’s minor and petty, but it’s driving me nuts.
(Also, why can’t I close more than one toolbar at a time from the pull-down menu?)
For Acrobat, you can uninstall the PDFMaker, or change these registry entries:
Excel
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Excel\Addins\PDFMaker.OfficeAddin] "LoadBehavior"=dword:00000000
Word
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Word\Addins\PDFMaker.OfficeAddin] "LoadBehavior"=dword:00000000
For the reviewing toolbar, when someone sends you a spreadsheet attachment with Outlook and they have the “enable reply with changes” option on you will get the toolbar. No way to stop it.
If you save the file once, it should be gone. You can also delete the custom properties for the workbook that start with an underscore.
If you create this macro in your “personal.xls” you can assign a button or keyboard shortcut to it to close the toolbar quickly:
Sub CloseReviewingToolbar()
Application.CommandBars("Reviewing").Enabled = False
End Sub
So, a software pirate boots up Windows and his Toolbar won’t let him copy programs. “Yarrr, it’s drivin’ me nuts!”
[This message is not intended to discuss or condone software piracy nor to imply piracy on behalf of any specific individual. Software piracy is wrong except for during World War II, the Revolutionary War, and Gulf War I.]