You are currently viewing Developer Tab in Excel | How to Enable the Developer Tab in Excel
Step-by-step tutorial for activating the Developer tab in Excel and using VBA and macros

Developer Tab in Excel | How to Enable the Developer Tab in Excel

The Developer tab is the starting point for macro programming in Excel. This tab is not enabled by default in Excel. [1]

Step-by-step tutorial on activating the Developer tab in Excel

How to Enable the Developer Tab in Excel

To enable this tab, follow these steps:

1) Click on the File menu as shown in the image below.

User guide for clicking the File menu in Excel when activating the Developer Tab
Step 1 of enabling the Developer Tab in Excel; user must click on the File menu

2) Click on the Options item from the left-hand menu (image below).

User guide for clicking the Options item in Excel's File menu when activating the Developer Tab
Step 2 of enabling the Developer Tab in Excel; user must click on Options

3) When the Excel Options window appears, select the Customize Ribbon option from the list on the left. From the Customize the Ribbon drop-down menu, select Main Tabs, as shown in the figure.

User guide for selecting the Customize Ribbon option in the Excel Options window and setting Main Tabs
Step 3 of enabling the Developer Tab in Excel; selecting Customize Ribbon and Main Tabs

4) Now, click the checkbox next to the Developer option to select it.

User guide for clicking the checkbox next to the Developer option and enabling it in Excel
Step 4 of enabling the Developer Tab in Excel; enabling the Developer option

5) Click the OK button. The Developer tab will now be enabled for you.

Display of the activated Developer Tab in Excel after clicking OK in the Excel Options window
Final step of enabling the Developer Tab in Excel; the Developer tab is now visible

Different Sections of the Developer Tab

The Developer tab consists of four main sections.

Code

In this section, you can find buttons related to macro programming and VBA in Excel.

The most commonly used buttons in this section:

  • Visual Basic button: Opens the VBA code editor (VBE). You can find more information about the VBE editor on this page.
  • Macros button: Opens a window displaying the macros stored in the current Excel workbook. You can start learning about macro programming in Excel from this page.
  • Record Macro button: Allows you to perform a repetitive operation once, so Excel can automatically save and replay it for you.

Add-ins

In this section, you can view and download add-in applications for Excel.

Controls

From this section, you can add custom controls to an Excel worksheet. Using these controls, you can create user forms and assign a macro to a button.

XML

This section contains tools for creating or importing/exporting XML files to/from an Excel worksheet. This part is primarily used by professional developers for working with structured data.

Read More

Leave a Reply