Workflow: Revit Macro Development

Follow this workflow to create and use macros.

  1. Click Manage tabMacros panel Macro Manager.
  2. Create modules based on your needs. A module is a way to organize your macros.
  3. Define macros for the module with your implementation code using Visual Studio Code. You must first install Visual Studio Code in order to create a macro.
  4. Build the module and its macros.
  5. Run the macros in the Macro Manager to observe the results.