Thanks Dave, That did the trick
----- Dave Peterson wrote: ----
This seemed to work ok for me (in minor testing)
Option Explici
Private Sub ComboBox1_MouseDown(ByVal Button As Integer,
ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single
Me.ComboBox1.ListIndex = -
End Su
Go into Design mode and double click on that combobox. Then paste this cod
in. (Adjust the procedure name to match your combobox name--or better, use th
dropdown at the top of the code window to choose your combobox and then choos
the _mousedown event.
(You will have to change this line
Me.ComboBox1.ListIndex = -
to match the name.
Michael I wrote