I have a ComboBox ActiveX on Excel.
1. When the mouse hovers over it, the comboBox will drop down.
2. When the mouse leaves the region of ComboBox, the comboBox will collapse.
Task 1 can be done using "MouseMove" event.
However, for task 2, it seems that Excel VBA itself doesn't have...