G
Greg
Sample
Dim X as ABC 'ABC is a com object
If X = nothing then
set X = New ABC
How do I do the If statement to see if I have set it or not?
Dim X as ABC 'ABC is a com object
If X = nothing then
set X = New ABC
How do I do the If statement to see if I have set it or not?