Any way to use a Combobox quickly for users?

Oliver Dewar

Board Regular
Joined
Apr 17, 2011
Messages
201
I am finding that comboboxes on userforms don't handle speed entry very well.

My problem is that if you click on the combobox then quickly scroll down, often the dropdown list disappears and whatever the curser was on is selected.

It seems (strangely) to happen if you move to the list before the shadow appears under the list.

Is there a way to modify a comboboxes behaviour so that it doesn't need the shadow, or loads more swiftly?

(Has anyone else noticed this or is it just me?)
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
How are you currently 'loading' the combobox?

It should be populated before the user starts using it.

If you want the user to make an entry/selection quickly then they can just type it in.

If it's a match to an item of the list it should auto complete.
 
Upvote 0
Thanks Norie,

I'm just populating it by selecting the source code in the properties window.

I'll look at allowing them to type as well.

I just find when I'm wizzing through the forms (as I would as a user) I'm often too fast for the combobox and the error I described above happens frequently.

Have you experienced what I'm describing?
 
Upvote 0
Oliver

You've kind of lost me - where is this combobox located?

I thought it was on a userform.

By the way, you don't actually need to do anything to allow the user to type in the combobox - if it's on a userform.

It's also easy to check if what they've typed is valid, ie it's an item on the list.
 
Upvote 0
Hi Norie,

Yep it's on a userform.

I should have said I'm using Rowsource (not source code... it's late in Aus!)

But I'm still getting this bug when I select too quickly and then I am constantly selecting twice per combobox.
 
Upvote 0

Forum statistics

Threads
1,224,590
Messages
6,179,752
Members
452,940
Latest member
rootytrip

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top