Macros are a set of programming instructions written in VBA, which automate a repeated and standardized process in Excel and other Microsoft Office Applications, like Access, PowerPoint, Word & Outlook.
What Is a Macro in Excel?
An Excel macro is an action or a set of actions that can be recorded, named, saved and executed as many times as required and whenever desired. By using macros, we are able to automate repetitive tasks associated with data manipulation and data reporting that must be accomplished repeatedly.
Sample Data
In this example, we will add the headers and some formatting to our sample data and then perform the same steps with the macro shortcut key.
Turn on Developer Tab
The Developer tab is hidden on the ribbon by default. To customize the ribbon, follow these steps:
- Right-click on the ribbon, anywhere and select (by clicking) Customize the ribbon.
- Navigate to Customize the ribbon and place a check on the Developer checkbox.
Record a Macro
Now that we have the developer tab on our ribbon, let’s start recording our first macro in Excel. To record a macro, follow these steps:
- On the Developer tab, go to Code group and click Record macro.
The Record Macro dialog box will appear. Give your macro a name and assign the shortcut which will activate the macro. Click Ok.
Note: Every step you perform from now on will be recorded by the macro.
Let’s now add headers and format them with some colors.
Once you are done, go back to the developer tab and click stop recording.
Your macro has recorded the steps, and you can now perform the same steps with the shortcut key you have assigned in the Record Macro dialog box.
Add a Button to Run Your Macro
In Excel, you can create a button that will run your macro. To do that, follow the steps below:
- Go to illustrations > Shapes and select any shape. We will use a rectangle with rounded corners.
You can also insert a button by going to the Developer tab > Insert > Form Controls.
- Add the text to the shape by right-clicking the shape and selecting edit text.
- Right-click the shape and select Assign Macro.
Select the corresponding macro from the window and select (by clicking) Ok.
Consequently, whenever you select (by clicking) that shape, Microsoft Excel will activate and run your recorded macro.
Start your career as a Data Analyst by learning through 20+ industry-relevant Data Analytics projects. Enroll in Simplilearn’s Data Analyst Master’s Program to get started!
Conclusion
In this article, you have learned about Excel Macros. They can be used to perform several steps of a task with one click or a keyboard shortcut.
Boost your analytics career with powerful new Microsoft Excel skills by taking the Business Analytics with Excel course, which includes Power BI training
This Business Analytics for Strategic Decision Making with IIT Roorkee course teaches you the basic concepts of data analysis and statistics to help data-driven decision making. This training introduces you to Power BI and delves into the statistical concepts that will help you devise insights from available data to present your findings using executive-level dashboards.
Do you have any questions for us? Feel free to ask them in this article’s comments section, and our experts will promptly answer them for you!