Restrict values to list data when using AutoComplete with ComboBox?

Galley

Board Regular
Joined
Nov 8, 2012
Messages
64
I use validated drop-down lists quite often with lists of up to 50 items. I am working on a project with one drop-down list linked to a named range containing nearly 500 items. Since there are so many items, I wanted to use AutoComplete.

I found this code from the fine folks at Contextures: http://www.contextures.com/xlDataVal11.html

If used as a standard drop-down list with Excel's built-in validation, only list items may be selected. If used as combobox however, the user may enter a value that isn't in the list. Is there a way to prevent this from happening? :confused:

Thanks
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
If you use a combobox [activex control] then you have the property MatchRequired that you can set to true to limit to required entries.
 
Upvote 0

Forum statistics

Threads
1,214,944
Messages
6,122,392
Members
449,081
Latest member
JAMES KECULAH

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