ParamArray parameter must be a one-dimensional array

A ParamArray argument must be declared as a one-dimensional array type. The declaration specifies more than one dimension for the ParamArray argument.

Error ID: BC30051

To correct this error

  • Remove all commas inside the parentheses following the ParamArray argument name.

See Also

Concepts

Parameter Arrays

Reference

ParamArray

Other Resources

Arrays in Visual Basic