Omitted argument cannot match a ParamArray parameter

You have omitted an argument required to match a ParamArray parameter. ParamArray, which allows you to pass an arbitrary number of arguments to a procedure, can be used only on the last argument of an argument list.

Error ID: BC30588

To correct this error

  • Supply the omitted argument.

See Also

Reference

ParamArray