Forum Discussion
YMinaev
Staff
14 years agoHi,
It looks like your object gets recreated. Try using the following code:
It looks like your object gets recreated. Try using the following code:
objName = arrObj(i).FullName
call Runner.CallObjectMethodAsync(arrObj(i),"Click")
' handle your modal dialog and wait until Click's execution is complete
Set arrObj(i) = Eval(objName)