Syntax
| IsMissing(variantvar)
| ||||
---|---|---|---|---|---|
Description
| Return the True if Optional parameter variantvar does not have a defaultvalue and it did not get a value. An Optional parameter may be omitted in the Sub, Function or Property call.
| ||||
See Also
| |||||
Example
|
|