TAPS_MikeDion
Well-known Member
- Joined
- Aug 14, 2009
- Messages
- 622
- Office Version
- 2011
- Platform
- MacOS
Since I'm not that well versed in VBA, unlike most on this forum, I was hoping someone could answer a quick question regarding "Sub ComboBox1_Click()".
I thought this was a mouse click event, but as I seem to be finding out, it is also a key click event.
Is this correct?
I'm wondering, because I was trying to only use a mouse click to activate the drop-down in my ComboBox, but even the up/down keys are running the Sub ComboBox1_Click().
Thanks for any replies.
I thought this was a mouse click event, but as I seem to be finding out, it is also a key click event.
Is this correct?
I'm wondering, because I was trying to only use a mouse click to activate the drop-down in my ComboBox, but even the up/down keys are running the Sub ComboBox1_Click().
Thanks for any replies.