VBA134 — ParamArray element type is not Variant¶
Severity: 🔴 error Category: signature Phase: 2.10
Description¶
A ParamArray must be declared as an array of Variant.
Failing example¶
Compliant example¶
How to fix¶
Declare the ParamArray as ParamArray name() As Variant.
Source: src/rules.py — entry VBA134.