SyntaxFix
Write A Post
Hire A Developer
Questions
A simpler way to get the selected value from a ComboBox control is:
Private Sub myComboBox_Change() msgbox "You selected: " + myComboBox.SelText End Sub