Combo Box ListFillRange Property - Non Adjacent Cells

G

Guest

When I add a combo box from Controls Toolbox, to my Excel worksheet, is it
possible to set non adjacent cells as the ListFillRange property of a combo
box? I have success with a range, but I am in need of specifying non-adjent
cells. ie: A3,A8,A15...not A3:A15.
 
R

Ron de Bruin

Hi Tony

You can make a loop in code to fill it
Or in hidden column use
=a3
=a8
=a15
...
...
...

And use this range
 
R

Ron de Bruin

Don't want to use code to do this...can it be done with just the property

No

But you can also use this :
Or in hidden column use
=a3
=a8
=a15
...
...
...

And use this range
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top