I have a combo box in which i have inputed a text file. When I hit a commmand button it generates a random number and it selects from the list of the combo box the value of that number. When I generate a new number it works OK but sometimes it show the text value as if it were
even though it doesn't exist as an item in the list. And of course this messes up my program...Any ideas?VB Code:
Combo1.Text = ""
Thanks in advance...




Reply With Quote