Basic Workflow for Revit Macro Development
The overall workflow for creating and using macros is as follows.
Click Manage tab
Macros panel
Macro Manager.
Create modules
based on application-level or document-level design.
Define macros
for the module with your implementation code using the Revit VSTA IDE.
Build the module and its macros
.
Run the macros
in the Macro Manager to observe the results.
Parent topic:
Using Macro Manager and the Revit Macro IDE