Forum Discussion
sastowe
14 years agoSuper Contributor
myobject.myObjectFromExcelFil.Exists
That syntax does not look right to me. Are you using short names? Is this what you get for object naming sytax when you record? What it would look like to me in VBScript would be:
sMyObjectFromExelFil = ... ddt stuff that you clearly get.
If myObject.WaitVBObject(sMyObjectFromExelFil).Exists then
...
That syntax does not look right to me. Are you using short names? Is this what you get for object naming sytax when you record? What it would look like to me in VBScript would be:
sMyObjectFromExelFil = ... ddt stuff that you clearly get.
If myObject.WaitVBObject(sMyObjectFromExelFil).Exists then
...