Dynamic List Sheet simplifying

isaacren94

New Member
Joined
May 18, 2019
Messages
6
Hello I have a dynamic sheet that I am working on that requires a drop down list for multiple cells.

I have a table for each drop down list to make the main list searchable as demonstrated here https://www.extendoffice.com/documents/excel/2439-excel-drop-down-list-search.html.

The problem is that I have 46 drop down lists and while this method works it crashes constantly when I scale it up.

I keep getting error code '-2147417848 (80010108)': Method 'ListFillRange' of object 'IMdcCombo' failed

I am pretty sure this is because i have a private sub for each drop down box.
Code:
Private Sub ComboBox30_Change()ComboBox30.ListFillRange = "ddlll30"
Me.ComboBox30.DropDown

My question is could I create a module that would work for each drop down list?

I want to be able to search the drop down boxes since I have 400+ items for each.

Thanks for looking into my issue.
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney

Forum statistics

Threads
1,214,985
Messages
6,122,603
Members
449,089
Latest member
Motoracer88

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