How to Disable the Research Pane in Excel

What an annoyance!

Jar Jar Binks - the most annoying Star Wars character

I personally, have never found any use in Excel’s Research Pane, other that it being really annoying and becoming such a distraction if it pops up unexpectedly, just like that dude Jar-Jar-Binks in Star Wars! If you find yourself wanting to disable it, follow these steps:

Method 1 (the only one I know of): Using VBA Code

  1. Open Excel
  2. Open the Visual Basic for Applications (VBA) Editor: Press Alt + F11 to open the VBA editor.
  3. Open the Immediate Window: Press Ctrl + G to open the Immediate Window within the VBA editor.
  4. Enter the VBA Code: Type or paste the following code into the Immediate Window:
Application.CommandBars("Research").Enabled = False

Execute the Code: Press Enter to run the code.

Close the VBA Editor: Press Alt + F4 to close the VBA editor (or close it manually)

I tried looking at other options without using VBA code, but currently there is no second way to disable the Jar Jar Binks pane!

Anyway, I hope you enjoyed reading this very short post. Leave a comment if you like!

Read more of my excel articles here: Excel » Data Empower

1 thought on “How to Disable the Research Pane in Excel

Leave a Reply

Your email address will not be published. Required fields are marked *