A
Adam
This is probably very simple.
I have a ComboBox with 10 choises. Is it possible to get theese
multipel choises down to a one line if statement. Something like this
(but working) :
If ComboBox1 = Choise1 or Choise2 of Choise3 Then
code
Else
code
End If
Cheers
Adam
I have a ComboBox with 10 choises. Is it possible to get theese
multipel choises down to a one line if statement. Something like this
(but working) :
If ComboBox1 = Choise1 or Choise2 of Choise3 Then
code
Else
code
End If
Cheers
Adam