B
Bish
Try the following. For the example my combobox is named
cbo_Test.
Private Sub cbo_Test_AfterUpdate()
Msgbox "You have selected " & cbo_Test.Value
End Sub
cbo_Test.
Private Sub cbo_Test_AfterUpdate()
Msgbox "You have selected " & cbo_Test.Value
End Sub