Active x Combo Box

AlexanderBB

Well-known Member
Joined
Jul 1, 2009
Messages
1,835
Office Version
  1. 2019
  2. 2016
Platform
  1. Windows
I have one of these on my worksheet but there is no code anywhere that would have AddItem'd it.
I must have done it but I can't remember how. Tried adding another one as a test but I can't see where items
would be added to it.

What as I missing ?
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
I don't know, there is no Rowsource showing in properties... nor anything else there matching the dropdown list.
 
Upvote 0
ListFillRange empty. List Rows is 8, that's the correct number of items. Text shows one item that's the current one showing.
But nothing to indicate where they all came from. Maybe it's not an Active x control - is that possible?
 
Upvote 0
Hello,

When in Design mode ... clicking on this ' object ' ...

What is the name you see in the Name Box ?
 
Upvote 0
So you are dealing with an ActiveX control ...

In the ComboBox Properties screen ....( Left Click > Properties )

the 25 th row is labelled : ListFillRange

Hope this will help
 
Upvote 0
I figured it out. Workbook_Open has the combo .Additem code. Problem solved, I did search for this and it's finding it now, but not when I first looked. (Well that's my story, anyway!)
Thanks.
 
Upvote 0

Forum statistics

Threads
1,215,219
Messages
6,123,689
Members
449,117
Latest member
Aaagu

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