Use the dropdown method in any procedure, for example,, if you wan to dropdown the list on mouse moves on the Combo,,,
Private Sub Combo1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Combo1.DropDown
End Sub
use the X and Y coordinates in a click command to decide...