cst_execute_vba
Execute VBA scripts in CST Studio Suite with safety validation that blocks shell access, file I/O, and external process calls.
Instructions
Execute raw VBA code in CST Studio Suite. The code is validated for safety (shell access, file I/O, and external process execution are blocked). In connected mode the code runs directly; in offline mode the validated script is returned for manual execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | VBA code to execute in CST Studio. Must not contain shell commands, file I/O, or external process calls. |