VBA142 — Named arguments with ParamArray¶
Severity: 🔴 error Category: signature Phase: 2.9
Description¶
A procedure declaring a ParamArray cannot be called using named arguments.
Failing example¶
Compliant example¶
How to fix¶
Pass arguments positionally when the procedure has a ParamArray.
Source: src/rules.py — entry VBA142.