Hi,
how can i chang the code below to work in ComboBox1 instead listbox.
Code:
Private Sub ComboBox1_Change()Dim i As Integer
For i = 0 To ListBox1.ListCount - 1
If ListBox1.Selected(i) = True Then
Select Case ListBox1.List(i)
Case "Allstream"
Call Allstream
Case "ANI NETWORKS"...