Alternative option, again, posted in the original thread:

I've always used Is Nothing:
Code:
If lobjObject Is Nothing then
    Set lobjObject = new DummyObject
End iF
- gaffa