Wrong number of arguments or invalid property assignment
You invoked a procedure, but used,
- the wrong procedure name,
or,
- the wrong number of arguments for this procedure,
or,
The number of arguments passed to a procedure must match the number of
parameters in the procedure's definition.
To correct this error
- Check to see that the argument list you are passing to the procedure matches
that in the procedure declaration or definition.
See Also
Function Statement | Sub Statement | Call Statement
|