I use this code for combo dropdown, but from time to time its jumps up and down and cannot be controlled...Is this code ok or should be changeed...
Thanks..
Private Sub cboNAME_KeyDown(KeyCode As Integer, Shift As Integer)
Me.cboNAME.Dropdown
End Sub