About 400 results
Open links in new tab
  1. 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 …

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

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

  4. Enable or disable macros in Microsoft 365 files

    Improve security, evaluate and mitigate the risks of running macros, and see how to enable or disable macros for Microsoft 365.

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

  6. Create custom functions in Excel - Microsoft Support

    Although Excel includes a multitude of built-in worksheet functions, chances are it doesn’t have a function for every type of calculation you perform. Custom functions, like macros, use the …

  7. Use the Developer tab to create or delete a macro in Excel for Mac

    To automate a repetitive task so that you can do the task again with a single click, you can use the Developer tab in Excel for Mac to record and run a macro. You can also create a macro by …

  8. Automate tasks with the Macro Recorder - Microsoft Support

    To automate a repetitive task, you can record a macro with the Macro Recorder in Microsoft Excel. Imagine you have dates in random formats and you want to apply a single format to all …

  9. Digitally sign your VBA macro project - Microsoft Support

    When people run your VBA macro, Office will check the signature and the certificate it was signed with. Adding a time stamp to your signature means that your macro will still be treated as …

  10. How to dynamically add and run a VBA macro from Visual Basic

    This article demonstrates how to dynamically add a VBA module to a running Office application from Visual Basic, and then call the macro to fill a worksheet in-process.