Thread: ComboBox Value
View Single Post
  #2 (permalink)  
Old 05-29-2007, 01:24 PM
BjornF BjornF is offline
Senior Member
 
Join Date: Apr 2007
Location: Copenhagen
Posts: 141
Default

I don't understand, why do you need the "select case" (in your alternative 2)?

Doesn't this give the text from the combobox:
txt=ComboBox.Item(ComboBox.SelectedIndex)

(It does for me )
Reply With Quote