Compile check
xlide_compile_checkCompiles a VBA project with the real Excel editor to confirm it is accepted. Use after static analysis for the definitive compile verdict.
Instructions
Asks the real VBA editor to compile a file's project, and reports whether it accepted it. Windows only. This is the compiler's own verdict, where xlide_analyze is a static analyzer's; run the analyzer first, because it is free and needs no Office, and use this when the last word matters. Excel is made visible for the check, because a hidden instance does not surface the compile-error dialog and would report a rejection as a pass.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Seconds to wait for the verdict. | |
| file_path | Yes | Absolute path to the Office file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||