Message 1 of 3
COMBOBOX reaction
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a VBA routine with a userform that has a combobox in it.
I did not know which to use
The default seems to be
Private Sub ComboBox1_Change
But I also thought about
Private Sub ComboBox1_Click
With that said I, am trying to to get the routine to only react when the ComboBox is used. However, the seem to invoke on initialization of the form instead of when the combobox is being used.