Microsoft Excel is arguably the most powerful piece of software installed on the average office computer. While most users rely on basic formulas and charts, power users can automate hours of tedious data entry by writing Visual Basic for Applications (VBA) scripts, recording macros, and inserting interactive form controls like checkboxes and combo boxes.
However, if you open a fresh installation of Excel, you will notice that none of these advanced tools are visible on the top ribbon. To prevent novice users from accidentally breaking their spreadsheets with complex code, Microsoft hides all programming features by default.
To access these tools, you must unhide the “Developer” tab. This guide explains how to enable the Developer tab in Microsoft Excel on both Windows and Mac.
How to Enable the Developer Tab on Windows
Enabling the tab requires a quick trip into the main Excel options menu. Once enabled, the tab will remain visible for all future workbooks until you explicitly disable it.
- Open Microsoft Excel and create a new blank workbook (or open an existing one).
- Click the File tab in the extreme top-left corner of the window.
- Scroll down to the very bottom of the green left-hand sidebar and click Options. (If your window is small, you may need to click “More…” first, then click Options).
- The “Excel Options” dialog box will appear. In the left-hand sidebar, click on Customize Ribbon.
- Look at the right side of the window under the section labeled “Customize the Ribbon” and ensure the drop-down menu is set to Main Tabs.
- In the list of tabs below, scroll down until you see Developer.
- Check the empty box next to the word Developer.
- Click OK at the bottom of the window.
You will instantly see the new Developer tab appear on your ribbon, usually situated between the “View” and “Help” tabs.
How to Enable the Developer Tab on a Mac
The process on a Mac is slightly different due to the macOS menu structure, but the result is exactly the same.
- Open Microsoft Excel.
- In the very top menu bar of your Mac (not the ribbon inside the Excel window, but the system bar at the top of the screen), click the word Excel.
- From the drop-down menu, select Settings… (or Preferences… on older versions of macOS).
- The Excel Settings dialog box will appear. Click on the Ribbon & Toolbar icon.
- Look at the right-hand column labeled “Customize the Ribbon” and ensure the “Main Tabs” list is selected.
- Scroll down the list and find Developer.
- Check the box next to Developer.
- Click the Save button at the bottom of the window, then close the settings box.
What Does the Developer Tab Actually Do?
Once you click the newly revealed Developer tab, you will gain access to several new groups of tools:
- Code: This is where you can launch the Visual Basic Editor to write VBA scripts from scratch. It also houses the incredibly useful “Record Macro” button, which allows you to record a sequence of clicks and keystrokes and replay them later to automate repetitive tasks.
- Add-ins: This section allows you to manage third-party Excel extensions and COM Add-ins.
- Controls: This group is vital for creating interactive dashboards. It allows you to insert clickable checkboxes, scroll bars, option buttons, and combo box drop-down menus directly onto the spreadsheet canvas.
- XML: Tools for importing, exporting, and mapping complex XML data feeds.
With the Developer tab enabled, you are ready to transition from a standard Excel user to a workflow automation expert.