Hi,
I have an excel sheet that has a combo box. When the user clicks on the combo box, the values drop down naturally, but if the user uses the mouse wheel expecting the values of the combo box to go down, the work sheet instead is the one that gets moved along with the selections of the combo box, so the values of the combo box would be somewhere AWAY from thier drop down.

I know that there is no even to trap the scrolling. Does anybody have any trick to stop the scrolling of the screen using VBA until the user selects a value from the combo box values or better yet, focus the scrolling to happen on the values of the combo box, but not the sheet.