List project references
xlide_list_referencesList VBA project type libraries to diagnose unresolved names, choose binding strategy, or fix machine-specific reference failures.
Instructions
Lists the type libraries a VBA project references: the name code uses to qualify them, the kind, and the registry or file path the project recorded. Call it when a name will not resolve, when deciding between early and late binding, or when code works on one machine and not another: a reference names a path and a version, so a project can be broken by the machine rather than by its own code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the Office file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||