Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

mouse scroll combobox

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

Mouse scroll in ComboBox?

ResolvedVersion 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:

Add A New Sheet at the end of the Workbook

To add a new sheet at the end of the workbook you need to count the sheets in the workbook using:

Sheets.Count

Then use this value as the rank of the sheet after which you want to add the new sheet:

Sheets.Add After:=Sheets(Sheets.Count)

View all VBA hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.09 secs.