VBA006 — Argument count mismatch¶
Severity: 🔴 error Category: signature Phase: 0
Description¶
A call passes too few or too many arguments for the target procedure.
Failing example¶
Compliant example¶
How to fix¶
Match the procedure signature; check Optional / ParamArray markers.
Source: src/rules.py — entry VBA006.