View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] gwoodby@gmail.com is offline
external usenet poster
 
Posts: 58
Default help Compare string to Combo box!!!

How would you compare a variable to see if it was in a combobox??
I was Thinking maybe

If Variable = CboBox.Text but wouldnt that only compare it to the one
selected?