Testing IsNothing

  • Thread starter Thread starter Max Yaffe
  • Start date Start date
M

Max Yaffe

Dear Group,

Is there a way to test for Object initialization, e.g.
IsNothing(Object)

Thanks,
max
 
Max Yaffe said:
Dear Group,

Is there a way to test for Object initialization, e.g.
IsNothing(Object)

If objMyObject Is Nothing Then
' ...
End If
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top