06-03-2011, 02:44 PM
Use regular expression if Caption/text property not changing completely
EX.
Text value1 = User1234
Text value1 = User4321
you can user reg exp as User.*
Else you can go for ordinal property= index
EX.
Text value1 = User1234
Text value1 = User4321
you can user reg exp as User.*
Else you can go for ordinal property= index