03-24-2015, 06:09 AM
Try
a1.CbSelect("*Couples/Partner*")
Also try flags. For example, many combo boxes are populated on demand. Then flag 1 should work.
a1.CbSelect("Couples/Partner" 1)
CbSelect works not with all COMBOBOX objects.
a1.CbSelect("*Couples/Partner*")
Also try flags. For example, many combo boxes are populated on demand. Then flag 1 should work.
a1.CbSelect("Couples/Partner" 1)
CbSelect works not with all COMBOBOX objects.