HomeMicrosoft OfficeExcelHow to disable the research task pane in Microsoft Excel?

How to disable the research task pane in Microsoft Excel?

This blog post will explain in simple steps on how you can disable research task pane in MIcrosoft Excel.

In Microsoft Excel 2016 , when you press the Alt Key and simultaneously click a cell in the worksheet , a research pane would appear at the right hand side of the sheet.

There are times when you would be noticing that it would be annoying and you might want to disable this functionality. Here’s how you do it.

image

How to disable the research task pane in Microsoft Excel 2016 using VBA Code?

1. Press Alt + F11 shortcut key to open the VBA Editor.

2. Press Ctrl + G to open the Immediate Window and enter the following code and press the enter key.

Application.CommandBars(“Research”).Enabled = False

3. Now , close the VBA Editor and check the excel worksheet to see the research task pane disabled.

    1 Comment

  1. Stephanie
    January 15, 2018
    Reply

    Thank you for this! It fixed the problem

Leave a Reply

You May Also Like

In this article, you will learn about the SKEW.P function, the formula syntax and usage of the function in Microsoft...
In this article, you will learn about the SKEW function, the formula syntax and usage of the function in Microsoft...
In this article, you will learn about the RANK.EQ function, the formula syntax and usage of the function in Microsoft...
  • Excel
  • November 23, 2021