Re: VB5 IsMissing Help
Returns a Boolean value indicating whether an optional Variant argument has been passed to a procedure.
That's for the IsMissing function. The IsMissing function can only tell about variant types whether they were actually passed to the procedure or not. For other datatypes the IsMissing function does not return correct result (returns always false).