I added the one because the combo box starts out as zero-basedCode:Private Sub Command1_Click()
Text1.Text = Combo1.ListIndex + 1
End Sub
Printable View
I added the one because the combo box starts out as zero-basedCode:Private Sub Command1_Click()
Text1.Text = Combo1.ListIndex + 1
End Sub
Ahh, was supposed to be a reply..Soorrryy