murugans1011
12 years agoRegular Contributor
Using Wilscards help
I m having the pblm in using wildcard .Every time i maps the object with objectspy it changes like object,object_2.So i used wildcard in following way
set object1=process.VBObject(object*).
but object1 is not mapped
set object1=process.VBObject(object*).
but object1 is not mapped
Hi Murugan,
You need to use the * wildcard in the corresponding mapping criterion whose value is changed (not in the script line).
Refer to the "Specifying Identification Property Values" article for details.