ActiveX Combo Box with Horizontal Named Range

smit3446

New Member
Joined
Nov 16, 2015
Messages
44
My ActiveX combo box/drop-down menu will not populate with a dynamic named range that refers to values going horizontally (e.g., A2, B2, C2...). The first value, in cell A2 populates in the drop-down, but the remainder values (B2, C2...) will not populate.

I have tried to declare the horizontal list using the following formulae:

=OFFSET($A$2,0,0,1,COUNTA(2:2))

and

=$A$2:INDEX($2:$2,COUNTA($2:$2))

I don't see why either wouldn't work, but perhaps there's something funky with how the ActiveX combo box performs. Any help would be appreciated, thank you.
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.

Forum statistics

Threads
1,214,948
Messages
6,122,420
Members
449,083
Latest member
Ava19

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