This wikiHow teaches you how to enable, create, run, and save macros in Microsoft Excel. Macros are miniature programs which allow you to perform complex tasks, such as calculating formulas or creating charts, within Excel. Macros can save significant amounts of time when applied to repetitive tasks, and thanks to Excel's "Record Macro" feature, you don't have to know anything about programming in order to create a macro.

Things You Should Know

  • Macros make it easy to automatic tasks in Microsoft Excel.
  • To create macros yourself, you'll need to enable macros in the Developer menu of Excel.
  • Saving a macro-enabled spreadsheet is a little different than saving a spreadsheet without macros.
Part 1
Part 1 of 4:

Enabling Macros

  1. 1
    Open Excel. Double-click the Excel app icon, which resembles a white "X" on a green box, then click Blank workbook.
    • If you have a specific file which you want to open in Excel, double-click that file to open it instead.
  2. 2
    Click File. It's in the upper-left side of the Excel window.
    • On a Mac, click Excel in the upper-left corner of the screen to prompt a drop-down menu.
    Advertisement
  3. 3
    Click Options. You'll find this on the left side of the Excel window.
    • On a Mac, you'll click Preferences... in the drop-down menu.
  4. 4
    Click Customize Ribbon. It's on the left side of the Excel Options window.[1]
    • On a Mac, click instead Ribbon & Toolbar in the Preferences window.
  5. 5
    Check the "Developer" box. This box is near the bottom of the "Main Tabs" list of options.
  6. 6
    Click OK. It's at the bottom of the window. You can now use macros in Excel.
    • On a Mac, you'll click Save here instead.
  7. Advertisement
Part 2
Part 2 of 4:

Recording a Macro

  1. 1
    Enter any necessary data. If you opened a blank workbook, enter any data which you want to use before proceeding.
    • You can also close Excel and open a specific Excel file by double-clicking it.
  2. 2
    Click the Developer tab. It's at the top of the Excel window. Doing so opens a toolbar here.
  3. 3
    Click Record Macro. It's in the toolbar. A pop-up window will appear.
  4. 4
    Enter a name for the macro. In the "Macro name" text box, type in the name for your macro. This will help you identify the macro later.
  5. 5
    Create a shortcut key combination if you like. Press the Shift key along with another letter key (e.g., the E key) to create the keyboard shortcut. You can use this keyboard shortcut to run the macro later.
    • On a Mac, the shortcut key combination will end up being Option+ Command and your key (e.g., Option+ Command+T).
  6. 6
    Click the "Store macro in" drop-down box. It's in the middle of the window. Doing so prompts a drop-down menu.
  7. 7
    Click This Workbook. This option is in the drop-down menu. Your macro will be stored inside your spreadsheet, making it possible for anyone who has the spreadsheet to access the macro.
  8. 8
    Click OK. It's at the bottom of the window. Doing this saves your macro settings and begins recording.
  9. 9
    Perform the macro's steps. Any step you perform between clicking OK and clicking Stop Recording while be added to the macro. For example, if you wanted to create a macro which turns two columns' worth of data into a chart, you would do the following:
    • Click and drag your mouse across the data to select it.
    • Click Insert
    • Select a chart shape.
    • Click the chart that you want to use.
  10. 10
    Click Stop Recording. It's in the Developer toolbar. This will save your macro.
  11. Advertisement
Part 3
Part 3 of 4:

Saving a Macro-Enabled Spreadsheet

  1. 1
    Understand why you have to save the spreadsheet with macros enabled. If you don't save your spreadsheet as a macro-enabled spreadsheet (XLSM format), the macro won't be saved as part of the spreadsheet, meaning that other people on different computers won't be able to use your macro if you send the workbook to them.
  2. 2
    Click File. It's in the upper-left corner of the Excel window (Windows) or the screen (Mac). Doing so will prompt a drop-down menu.
  3. 3
    Click Save As. This option is on the left side of the window (Windows) or in the drop-down menu (Mac).
  4. 4
    Double-click This PC. It's in the column of save locations near the left side of the window. A "Save As" window will open.
    • Skip this step on a Mac.
  5. 5
    Enter a name for your Excel file. In the "Name" text box, type in the name for your Excel spreadsheet.
  6. 6
    Change the file format to XLSM. Click the "Save as type" drop-down box, then click Excel Macro-Enabled Workbook in the resulting drop-down menu.[2]
    • On a Mac, you'll replace the "xlsx" at the end of the file's name with xlsm.
  7. 7
    Select a save location. Click a folder in which you want to save the Excel file (e.g., Desktop).
    • On a Mac, you must first click the "Where" drop-down box.
  8. 8
    Click Save. It's at the bottom of the window. Doing so will save your Excel spreadsheet to your selected location, and your macro will be saved along with it.
  9. Advertisement
Part 4
Part 4 of 4:

Running a Macro

  1. 1
    Open the macro-enabled spreadsheet. Double-click the spreadsheet that has the macro in it to open the spreadsheet in Excel.
  2. 2
    Click Enable Content. It's in a yellow bar at the top of the Excel window. This will unlock the spreadsheet and allow you to use the macro.
    • If you don't see this option, skip this step.
  3. 3
    Click the Developer tab. This option is at the top of the Excel window.
    • You can also just press the key combination you set for the macro. If you do so, the macro will run, and you can skip the rest of this method.
  4. 4
    Click Macros. You'll find it in the Developer tab's toolbar. A pop-up window will open.
  5. 5
    Select your macro. Click the name of the macro which you want to run.
  6. 6
    Click Run. It's on the right side of the window. Your macro will begin running.
  7. 7
    Wait for the macro to finish running. Depending on how large your macro is, this can take several seconds.
  8. Advertisement

Community Q&A

  • Question
    Can I use a macro that I create in other spreadsheets and future spreadsheets on the same pc?
    Community Answer
    Community Answer
    Yes, you can use a macro that you crate in other spreadsheets and future spreadsheets on the same pc.
  • Question
    How can I write macros that will change a spreadsheet as soon as I create it?
    Community Answer
    Community Answer
    You will first need a basic understanding of VBA. There are many tutorials on this.
Advertisement

Warnings

  • Although most macros are benign, some macros can maliciously change or delete information on your computer. Never open a macro from a source which you don't trust.
    ⧼thumbs_response⧽
Advertisement

About This Article

Jack Lloyd
Written by:
wikiHow Technology Writer
This article was co-authored by wikiHow staff writer, Jack Lloyd. Jack Lloyd is a Technology Writer and Editor for wikiHow. He has over two years of experience writing and editing technology-related articles. He is technology enthusiast and an English teacher. This article has been viewed 708,118 times.
How helpful is this?
Co-authors: 20
Updated: October 25, 2022
Views: 708,118
Categories: Microsoft Excel
Article SummaryX

1. Enable Developer options in Excel.
2. Click the Developer tab.
3. Click Record Macro.
4. Enter the macro name and details.
5. Click OK.
6. Perform the macro's steps.
7. Click Stop Recording.

Did this summary help you?
Advertisement