List procedures
xlide_list_proceduresLists all Sub, Function, and Property procedures in a module with kind, scope, line number, and signature. Use it to locate specific code changes without reading the entire module.
Instructions
Lists the Sub, Function and Property procedures in one module, with each one's kind, scope, line number and signature. Use it to find where to change something without reading a long module in full.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the Office file. | |
| module_name | Yes | Module name, matched without case. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||