M Max Yaffe Feb 22, 2006 #1 Dear Group, Is there a way to test for Object initialization, e.g. IsNothing(Object) Thanks, max
D Dirk Goldgar Feb 22, 2006 #2 Max Yaffe said: Dear Group, Is there a way to test for Object initialization, e.g. IsNothing(Object) Click to expand... If objMyObject Is Nothing Then ' ... End If
Max Yaffe said: Dear Group, Is there a way to test for Object initialization, e.g. IsNothing(Object) Click to expand... If objMyObject Is Nothing Then ' ... End If