About 400 results
Open links in new tab
  1. Create or run a macro - Microsoft Support

    In Word, you can automate frequently used tasks by creating and running macros. A macro is a series of commands and instructions that you group together as a single command to …

  2. 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 …

  3. 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 …

  4. 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, …

  5. 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 …

  6. 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.

  7. Introduction to Access programming - Microsoft Support

    Learn about using macros and VBA code in Access databases to program and automate your applications.

  8. Create custom menus and shortcut menus by using macros

    If you want to retain certain Access commands to use on these menus, use the RunCommand macro action to put the commands into the macro objects for the menus you want them in.

  9. Assign a macro to a button - Microsoft Support

    You can assign a macro to a button on the Quick Access Toolbar or to a button in your own personal group on the ribbon. If you want a macro button to be available in other workbooks, …

  10. Use a command button to start an action or a series of actions

    By using the Command Button Wizard, you can quickly create command buttons that do a variety of tasks, such as closing the form, opening a report, finding a record, or running a macro.