A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
- Start Excel.
- Press Alt+F11 to activate the Visual Basic Editor.
- Press Ctrl+G to activate the Immediate window.
- Enter the following line, or copy/paste it from this post into the Immediate window:
Application.CommandBars("Research").Enabled = False - With the insertion point anywhere in the line, press Enter.
- Press Alt+F4 to close the Visual Basic Editor.
- The Research task pane shouldn't appear any more.