Invalid procedure call or argument

You passed an invalid parameter in your procedure call. This could be because the parameter was out of range, or contained invalid data. Alternately, you may have invoked a procedure at an unexpected time.

To correct this error

  • Verify that the parameters being passed to the procedure are valid.

  • Verify that you are calling the function at an appropriate time.