Validate VBA project
xlide_validate_projectValidate a VBA project's container structure, catching mismatched records and missing modules before risky file operations.
Instructions
Checks a file's VBA project for structural problems: records that disagree with each other, a module the directory names but the container does not hold, and the like. This is about the container, not about the code; use xlide_analyze for the code. Worth calling before risky work on an old or repaired file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the Office file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||