List modules
xlide_list_modulesList VBA modules in an Office file to see module names, kinds, line counts, and content tokens. Use when you already know the file path and need just the module inventory.
Instructions
Lists the VBA modules in an Office file: name, kind (standard, class, document or userform), line count, and a content_token to pass to a guarded write. xlide_project_info returns this and more in one call; use this one when the file is already known and only the module list is wanted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the Office file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||