True if the specified variable that references an object is valid. False if the object referenced by the variable has been deleted. Read-only Boolean.
Syntax
expression.IsObjectValid(Object)
expression Optional. An expression that returns an Application object.
Object Required Object. A variable that references an object.