The Research tool in Excel is designed to quickly search for data within Excel and it automatically opens when you hold Alt + Click mouse. However, fret not! In this article, Software Tricks will guide you on how to disable Research in Excel.
![](https://img.tripi.vn/cdn-cgi/image/width=700,height=700/https://gcs.tripi.vn/public-tripi/tripi-feed/img/474439OUa/cach-tat-research-trong-excel_045832317.png)
1. Disabling the Research Tool in Excel
The Research tool pops up when you hold the Alt key and left-click a few times on the screen. Typically, we close it using the X icon in the top right corner, but that's just a temporary fix!
![](https://img.tripi.vn/cdn-cgi/image/width=700,height=700/https://gcs.tripi.vn/public-tripi/tripi-feed/img/474439Nxm/cong-cu-research-se-xuat-hien-khi-cac-ban-giu-phim-alt-va-cl_78w0k_045912908.jpg)
To permanently disable the Research tool, follow these steps:
Step 1: First, press the Alt + F11 key combination to open Microsoft Visual Basic in Excel.
![](https://img.tripi.vn/cdn-cgi/image/width=700,height=700/https://gcs.tripi.vn/public-tripi/tripi-feed/img/474439iAf/nhan-to-hop-phim-alt-f11-de-mo-microsoft-visual-basic-tren-e_a8vob_045936250.jpg)
Step 2: Then, select View and choose Immediate Windows (Ctrl + G) to open the command window.
![](https://img.tripi.vn/cdn-cgi/image/width=700,height=700/https://gcs.tripi.vn/public-tripi/tripi-feed/img/474439bsl/chon-view-va-chon-immediate-windows_045958348.jpg)
Step 3: When the Immediate window appears, enter the command below and press Enter.
Application.CommandBars(“Research”).Enabled = False |
![](https://img.tripi.vn/cdn-cgi/image/width=700,height=700/https://gcs.tripi.vn/public-tripi/tripi-feed/img/474439fQE/nhap-lenh-applicationcommandbarsresearchenabled-false_050032226.jpg)
Step 4: After entering the command, press the Alt + Q combination to save and exit the edit mode.
![](https://img.tripi.vn/cdn-cgi/image/width=700,height=700/https://gcs.tripi.vn/public-tripi/tripi-feed/img/474439iUc/nhan-to-hop-alt-q-de-luu-lai-va-thoat-ra-khoi-che-do-chinh-s_wburj_050054514.jpg)
At this point, the Research window on your computer will automatically disappear. Even if you hold the Alt key and left-click multiple times, Research won't appear anymore!
![](https://img.tripi.vn/cdn-cgi/image/width=700,height=700/https://gcs.tripi.vn/public-tripi/tripi-feed/img/474439HEr/cua-so-research-tren-may-se-tu-dong-bien-mat_050120568.jpg)
2. How to enable the Research tool in Excel
To re-enable the Research tool after we have permanently turned it off, follow these steps:
Step 1: Repeat the steps from Step 1 to Step 2 of Part 1 - How to disable the Research tool in Excel.
Step 2: Next, enter the command below and press Enter to execute it.
Application.CommandBars(“Research”).Enabled = True |
![](https://img.tripi.vn/cdn-cgi/image/width=700,height=700/https://gcs.tripi.vn/public-tripi/tripi-feed/img/474439VHk/nhap-lenh-applicationcommandbarsresearchenabled-true_050205615.jpg)
Step 3: After entering the command, press the Alt + Q combination to save and exit the edit mode.
![](https://img.tripi.vn/cdn-cgi/image/width=700,height=700/https://gcs.tripi.vn/public-tripi/tripi-feed/img/474439YJC/nhan-to-hop-alt-q-de-luu-lai_050302592.jpg)
In this article, Software Tricks has guided you on how to quickly and effectively disable the Research tool in Excel. Wishing you success!