combo box drop down won't show entire list

BlueRidgeFoothills

New Member
Joined
Feb 3, 2012
Messages
8
A combo box is set up with, say, listrows = 2.

It then shows two rows. Fine.

Now, when I go and change listrows to, say, 10.

It still only shows 2.

Basically, I can't get the combo-box dropdown to refresh when I put in a new # for listrows, to show a longer list
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Which version of Excel? Works for me in 2010. (I assume you have more than 2 items)
 
Upvote 0
Thanks -

Using 2010 - I'll try to be very specific...

Click developer tab
Click design mode
Insert Active X combo box
Make a list on sheet named "test"
in cells below enter numbers 1, then 2 below
Set combo box properties ListFillRange 2
Combo box drop down works correctly, shows the numbers 1 and 2
Add in cells below to list named test, 3, 4, 5, 6
Go to formulas tab, then name manager, edit, and expand selection for "test" to include 3, 4, 5, 6. Hit checkmark, then close.
Go back to combo box. Mine only has 1, 2 showing up in drop down. Note: In combo box properties, "listrows" is set to 6.

So, I don't understand why when I go back to combo-box it doesn't display numbers 1-6 in drop down.
 
Upvote 0
I think your issue is that the list is not updating, rather than list rows being wrong. Try clearing and re-entering the ListFillRange.
 
Upvote 0
Found this as a valid solution even today on Excel 2016 on Windows. Thank you!!
 
Upvote 0

Forum statistics

Threads
1,214,622
Messages
6,120,585
Members
448,972
Latest member
Shantanu2024

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