Forum Discussion

kaiiii's avatar
kaiiii
Regular Contributor
7 years ago

Object exist problem

Set obj = ..................
If (obj.Visible = true And obj.Exists = True)

 

    ........

Else

     ''''''''''

End IF

 

In the above code, i got error on 1st line also where object is only specify..... i think , it should be in Exists properties always by default.
What you think about it