VBA133 — ParamArray combined with Optional¶
Severity: 🔴 error Category: signature Phase: 2.10
Description¶
A procedure cannot mix Optional parameters with a ParamArray.
Failing example¶
Compliant example¶
How to fix¶
Drop the Optional markers or the ParamArray — they are mutually exclusive.
Source: src/rules.py — entry VBA133.