Forum Discussion
tristaanogre
15 years agoEsteemed Contributor
The error being returned basically means that some method or other does not exist on the object.
Since I don't know much about the object you're using... could it be possible that, because of the change in Windows environment, the object in question doesn't actually support the "Click" method? It would be interesting to find some way of inspecting that object to see what methods it actually has on your Windows 7 environment.
Can you call Obj.Click outside of the Asynch call?
Since I don't know much about the object you're using... could it be possible that, because of the change in Windows environment, the object in question doesn't actually support the "Click" method? It would be interesting to find some way of inspecting that object to see what methods it actually has on your Windows 7 environment.
Can you call Obj.Click outside of the Asynch call?