Hi, I recently found an excellent post by Jaafar Tribak on scrolling down ComboBox drop downs with the mouse wheel. I've tried running the following code.
This is the code attached to my ComboBox (CombBox9):
Option Explicit
Private Sub ComboBox9_MouseMove(ByVal Button As Integer, ByVal Shift...