How to tell if object variable is set

  • Thread starter Thread starter Amy Blankenship
  • Start date Start date
A

Amy Blankenship

I have a global object variable that may or may not have already been set.
How do I tell if the variable is a valid reference to an object?

IsNull is false
IsEmpty is false
IsMissing is false
= nothing gives an error
IsObject is true

Not sure what else to try...

Thanks;

Amy
 
Back
Top