Collabora Office 23.05 Help
Tests if a function is called with an optional parameter.
See also: Optional
IsMissing( ArgumentName )
ArgumentName: the name of an optional argument.
IsMissing returns True if no value has been passed for the ArgumentName; otherwise, it returns False.
See also Examples.