mouse scroll combobox

Forum home » Delegate support and help forum » Microsoft VBA Training and help » Mouse scroll in ComboBox?

Mouse scroll in ComboBox?

resolvedResolved · Medium Priority · Version 2003

Vicki has attended:
No courses

Mouse scroll in ComboBox?

I've created a User Form which contains a number of comboboxes which bring in lists of selectable options from our database.

When the user tabs in to the comboboxes they can use the arrow keys to go through the list but is it possible to enable scrolling with the mouse wheel?

Thanks

Vicki

RE: Mouse scroll in ComboBox?

Hi Vicki

Thanks for your post and to be really sure as to whether we can help you on this is beyond the scope of this forum.

If you wish us to look into your requirement further we will need some further information from you (possibly including screenshots) before we can establish the scope of work and realted costs.

Please advise if you wish to progress this query.

regards

Jacob

Sun 3 May 2009: Automatically marked as resolved.

 

Training courses

 

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

VBA tip:

Use GoTo to Select A Cell With VBA

To select a certain cell on a Worksheet you can use:

Application.Goto Reference:=Range("V300")

or more simply

Range("V300").Select

If, on the other hand, you want the selected cell to be the top/left cell on the screen you use:

Application.Goto Reference:=Range("V300"), Scroll=True

View all VBA hints and tips


Server loaded in 0.05 secs.