Basic Workflow for Revit Macro Development

The overall workflow for creating and using macros is as follows.

  1. Click Manage tabMacros panel Macro Manager.
  2. Create modules based on application-level or document-level design.
  3. Define macros for the module with your implementation code using the Revit VSTA IDE.
  4. Build the module and its macros.
  5. Run the macros in the Macro Manager to observe the results.