How can I stop the Research Pane from appearing in Microsoft Office, for example when I am holding Alt and click somewhere in an email in Outlook? This is unintentional and typically happens when I am Alt-Tabbing between windows and causes a painful delay. Can this be switched off?
feedback
|
|
After fighting with this myself for years, I found out the answer. From Word, press Alt-F11 to open the VB Editor. Press Ctrl-G to open the Immediate Window. Type this line and press Enter: Application.CommandBars("Research").Enabled = False | |||
feedback
|
|
Unfortunately, the answer is "No, this can't be switched off". People have been wondering this for quite a while now (here's some examples dating back to like 2007):
You'll probably have to rig up something kludgy to trap the keys using AutoHotkey or AutoIt or alike. Couple things you can try to live with it:
Not the answer you want I'm sure, but it's the answer as far as I can find. | |||||||
feedback
|
|
Try this: Add/Remove Programs ---> Microsoft Office ---> Add or Remove Features ---> expand Office Tools ---> disable Research Explorer Bar | |||||||
feedback
|