SyntaxFix
Write A Post
Hire A Developer
Questions
You can use the below change event to which will trigger when the combobox value will change.
Private Sub ComboBox1_Change() 'your code here End Sub
Also you can get the selected value using below
ComboBox1.Value