
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 …
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 …
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 …
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.
Create and save all your macros in a single workbook
When you first create a macro in a workbook, it works only in that workbook. But what if you want to use the macro in other workbooks? To make your macros available every time you open …
Introduction to macros - Microsoft Support
Macros provide a subset of the commands that are available in VBA, and most people find it easier to build a macro than to write VBA code. For example, suppose that you want to start a …
Save a macro - Microsoft Support
You create a macro in Excel by running the macro recorder or by using the Visual Basic for Applications (VBA) editor. After you've created your macro, you'll want to save it so you can …
Copy a macro module to another workbook - Microsoft Support
If a workbook contains a Visual Basic for Applications (VBA) macro that you would like to use elsewhere, you can copy the module that contains that macro to another open workbook by …
Assign a macro to a Form or a Control button - Microsoft Support
You can use a Form control button or a command button (an ActiveX control) to run a macro that performs an action when a user clicks it. Both these buttons are also known as a push button, …
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.