How to run macro when sheet is selected from a workbook?
In many daily Excel tasks, you may need to automate processes whenever a particular worksheet is selected or activated within your workbook. For example, certain data validation checks, view adjustments, or report generation steps might need to happen automatically as you switch to a given sheet. Excel's VBA framework offers a convenient approach to make this possible by triggering macros as soon as a specific sheet is activated. This article, I will talk about how to trigger a macro code when you select or activate a specific sheet from a workbook.
Run or execute a macro code when sheet is selected from a workbook with VBA code
Run or execute a macro code when sheet is selected from a workbook with VBA code
To enable a macro to run automatically when you activate a specific worksheet, Excel's built-in event procedures can be used. The Worksheet_Activate event is designed for exactly this purpose. By placing your macro call inside this event, your desired actions are performed instantly every time the sheet is selected. The setup process is straightforward and doesn't require any advanced VBA knowledge:
1. Right-click on the tab of the worksheet where you want the macro to execute upon activation, and choose View Code from the menu. This opens the Microsoft Visual Basic for Applications window directly associated with the selected worksheet. In the code window that appears, copy and paste the VBA code example below. This code can be customized to call any macro required for your workflow:
VBA code: Run a macro code when activating a sheet from a workbook:
Private Sub Worksheet_Activate()
Call MyMacro
End Sub

Note: Update the macro name in the code to exactly match the procedure you wish to run. For example, if your macro is called "UpdateDashboard", make sure that name appears in place of the default.
- Be sure the macro you're calling exists in a standard module or in an accessible place in your workbook. If the macro cannot be found, an error will occur when the sheet is activated.
- Consider disabling macros or removing sensitive actions if the workbook is going to be distributed broadly, to avoid security prompts.
2. Once you've entered the code, save your changes and close the VBA editor. Whenever you click on, or otherwise activate, this specific worksheet tab, the macro specified within the code will automatically execute. No further action is needed; Excel will handle triggering your code each time the sheet is accessed.

Unlock Excel Magic with Kutools AI
- Smart Execution: Perform cell operations, analyze data, and create charts—all driven by simple commands.
- Custom Formulas: Generate tailored formulas to streamline your workflows.
- VBA Coding: Write and implement VBA code effortlessly.
- Formula Interpretation: Understand complex formulas with ease.
- Text Translation: Break language barriers within your spreadsheets.
Related articles:
How to run macro when cell value changes in Excel?
How to run macro based on cell value in Excel?
How to run macro based on value selected from drop down list in Excel?
How to run macro by clicking hyperlinks in Excel?
How to run macro automatically before printing in Excel?
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
All Kutools add-ins. One installer
Kutools for Office suite bundles add-ins for Excel, Word, Outlook & PowerPoint plus Office Tab Pro, which is ideal for teams working across Office apps.
- All-in-one suite — Excel, Word, Outlook & PowerPoint add-ins + Office Tab Pro
- One installer, one license — set up in minutes (MSI-ready)
- Works better together — streamlined productivity across Office apps
- 30-day full-featured trial — no registration, no credit card
- Best value — save vs buying individual add-in