Hi guys,
I was wondering....
Well, i have a listbox with data....and what i would like to do is to check if text1 has any string inside it that matches the list1 items?
Maybe a good idea would be to go from i=1 to List1.listcount... and then if text1.find (list1(i).text)....ecc?
what do u think?
Cheers




Reply With Quote