Is there any way to disable the 'Research' feature (Alt + Click) in Microsoft Office 2007? It would be better if there was a policy setting or install option that I've missed, but if not, can you disable it post-install?

link|improve this question

75% accept rate
Sadly, I don't think there is a way to do this. – Omar Shahine May 4 '09 at 0:47
It has to be the most annoying thing in office, especially outlook, I find myself loading it up all the time – Glenn Slaven May 4 '09 at 1:02
Out of curiosity, why is this a problem? – tomjedrz May 4 '09 at 3:37
Because it locks up the program while it loads the research pane – Glenn Slaven May 4 '09 at 6:03
feedback

3 Answers

up vote 1 down vote accepted

According to this thread, you can't disable the Research pane but you can speed it up by clicking the "Research Options" button and then clicking "Update/Remove" to remove all the online searches.

link|improve this answer
That does make a major difference, it will be a pity if you can't remove it, but this is better than nothing – Glenn Slaven May 4 '09 at 6:04
feedback

This works in Word and Excel, and I assume it will work in OUtlook. To disable the Research task pane:

From the Office application, 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
link|improve this answer
feedback

Press alt click that will enable the options on the down arrow sign besides the research title window Choose close.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.