This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft Edge More info about Internet Explorer and Microsoft Edge

The number and types of arguments must match those expected. Either there is an incorrect number of arguments, or an omitted argument is not optional. An argument can only be omitted from a call to a user-defined procedure if it was declared Optional in the procedure definition.

To correct this error

  • Supply all necessary arguments.

  • Make sure omitted arguments are optional. If they are not, either supply the argument in the call, or declare the parameter Optional in the definition.

    See also

  • Error Types
  •