vba_batch_operations
Automate batch file operations on SolidWorks documents: open all, save all, export all, convert format, update references, pack and go, and rename files via VBA macros.
Instructions
Generate VBA for batch file operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | ||
| sourcePath | Yes | Source folder path | |
| destinationPath | No | Destination folder path | |
| fileFilter | No | File filter (e.g., "*.sldprt") | |
| exportFormat | No | ||
| includeSubfolders | No | ||
| options | No |