Enable Developer Tab
How to Enable the Developer Tab in Excel
If you want to use VBA (Visual Basic for Applications) in Excel, the first step is to show the Developer tab on the Excel ribbon. The Developer tab gives you easy access to tools for writing, running, and managing macros and VBA code.
Why Do You Need the Developer Tab?
It’s required to record and run macros.
It gives quick access to the Visual Basic Editor (for writing VBA code).
You can insert buttons, checkboxes, and other form controls.
Step-by-Step Guide: Enable Developer Tab (Windows Excel 2016/2019/2021/Office 365)
Open Excel
Start Excel as you normally do.
Click “File” in the Top Left Corner
This opens the menu.
Choose “Options” (Usually at Bottom Left)
The Excel Options dialog will appear.
Select “Customize Ribbon” from the Left Panel
In the right section, you’ll see a list of Ribbon tabs.
Find “Developer” in the Main Tabs List
It’s usually unchecked by default.
Check the Box Next to “Developer”
This will add the Developer tab to your main ribbon.
Click “OK” to Save
The Developer tab appears at the top, next to other tabs like Home, Insert, and Page Layout.
File > Options > Customize Ribbon > Check Developer > OK
For Excel Online (Web Version)
The Developer tab is not available in Excel Online; you need the desktop app.
What’s Inside the Developer Tab?
Visual Basic: Opens the VBA editor.
Macros: Record, run, and manage macros.
Insert: Add buttons, checkboxes, and controls to your sheet.
Add-ins: Manage extra tools.
Excel main window showing “File” menu.
Excel Options dialog - highlight “Customize Ribbon.”
Tick Developer, then show tab visible on Ribbon.
If you don’t see the Developer tab, follow the above steps.
You only have to do this once; the tab will stay active for future Excel sessions.
Practice opening the Visual Basic Editor from this tab—it’s the starting point for all VBA code!

Comments
Post a Comment