
Automate tasks with the Macro Recorder - Microsoft Support
Macros can help you automate repetitive tasks and save time. You can use the macro recorder to record the macro or write your own macro script in VBA.
Quick start: Create a macro - Microsoft Support
If you have tasks in Microsoft Excel that you do repeatedly, you can record a macro to automate those tasks. A macro is an action or a set of actions that you can run as many times as you want. When …
Create or run a macro - Microsoft Support
To save time on tasks you do often, bundle the steps into a macro. First, you record the macro. Then, you can run the macro by clicking a button on the Quick Access Toolbar or pressing a combination of …
Run a macro in Excel - Microsoft Support
In Excel, you run a macro manually or automatically. A macro is an action or a set of actions that you can use to automate tasks. This topic shows you several ways to run macros manually or automatically.
Create a macro in PowerPoint - Microsoft Support
The macro recorder, which automates frequent tasks, isn't available PowerPoint. But you can use Visual Basic for Applications (VBA) to create or edit macros.
Record macros in Visio - Microsoft Support
Create a macro to automate steps or processes you do repeatedly. The commands for recording a macro are on the Developer tab. Note: Macros can trigger security alerts, because they can be …
Use the Developer tab to create or delete a macro in Excel for Mac
Describes how to use the advanced features of the Developer tab to record or delete a macro.
Create a macro in Outlook - Microsoft Support
You use Visual Basic for Applications (VBA) to create or edit macros in Outlook. Create or edit a macro To create or edit a macro by using Visual Basic for Applications (VBA), do the following: On the …
Add or edit a macro for a control on a worksheet - Microsoft Support
Oct 14, 2025 · Automate Form controls and ActiveX controls by assigning macros to the control using the steps in this article.
Create a data macro - Microsoft Support
There are two main types of data macros—those that are triggered by table events (also called "event-driven" data macros), and those that run in response to being called by name (also known as …