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
VB Code:
  1. Combo1.Text = ""
even though it doesn't exist as an item in the list. And of course this messes up my program...Any ideas?

Thanks in advance...