batch_run_macros
Run multiple VBA macros in sequence with configurable delay and error handling for automated CAD tasks.
Instructions
Run multiple macros in sequence
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| macros | Yes | Array of macros to run | |
| delayBetween | No | Delay between macros in milliseconds | |
| stopOnError | No | Stop batch if any macro fails |