• Skip to main content
  • Skip to primary sidebar
  • Home
  • Blog
  • VBA Programming
  • Open-Libre Office
  • Web Stuff
  • Videos
    • VBA Articles
    • LibreOffice And Open Office
  • Excel VBA Glossary
  • About
  • Contact

My Best Stuff Is In The Newsletter

No charge. No spam. Unsubscribe anytime.

Submitting...

How To Enable The Developer Option In Excel

In this quick tutorial I’ll show you how to Enable the Developer Option In Microsoft Excel.

Do you need the Developer Option Enabled?

Firstly it’s worth asking if you need the developer enabled for what you want to do?

You don’t need to have the “Developer” option enabled if you just want to get into the VBA Editor.

If that’s all you want to do, pressing the “Alt” key and “F11” will achieve this for you.

However you do need the developer option if you wish to place controls such as Buttons (which can be used to launch your macros), Listboxes or Comboboxes on your spreadsheet.

To Enable the Developer Option in Excel

Choose File from the Excel Menu.

This will take you to the Home screen.

Then choose “Options” at the bottom of the screen.

This will take you to the Excel Options dialog box see below.

Click on “Customize Ribbon” then tick the “Developer” check box and you’re good to go.

Developer Tab Features

The developer option enables you to Access Excel macro functionality.

Without the developer option enabled your Excel menu looks like this…

Once the Developer option has been enabled it will then look like the image below …

It’s got four main sections "Code", "Add-Ins", "Controls" and "XML"

"Controls" and "Code" are the most frequently used sections (I’ve never used "XML" and hardly ever "Add-Ins").

Clicking the Visual Basic button (above) takes you to the Visual Basic editor, where VBA code (macros) are developed and stored (Alt + F11 will get you the same result).

The “Macros” button (second from the left) launches the “Macros” dialog box (Here you can see a macro called "TestMacro")

The record macro button changes to “Stop Recording” while macro is recording, click “Stop Recording” when your done.

The recorded code will be saved to your VBA editor with a custom name, I chose “MyRecordedMacro” which is automatically saved to Module2, which was the next available module (the macro recorder created Module2).

If I chose to record another macro it would be recorded to Module3, it’s best to tidy up the macros after recording, for example copy them into the same module and delete the unused modules for tidyness sake.

Filed Under: VBA

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Free Training Videos

Make VBA Listbox Work as Database Grid

Image

Ulitmate Excel VBA Advanced Filter Tutorial

Click video and press f for full screen or watch on YouTube

Dynamically Link Images to LibreOffice Base Form

Click video and press f for full screen or watch on YouTube

Create Database with LibreOffice Base

Click video and press f for full screen or watch on YouTube

Create VBA Form In Excel

Click video and press f for full screen or watch on YouTube

Affiliate Disclamer

We hope you love the products we recommend! Just so you know, we may collect a share of sales or other compensation from the links on this page.
Thank you if you use our links, we really appreciate it!

Terms Of Service | Privacy Statement | Copyright © 2024 BusinessProgrammer.com.