Copy the actual contents of a drop downlist

D

Digi777

Is there a way to copy just the contents of the drop down list (from a
filter for example). From the listbox itself?

Thx, D
 
D

Dave Peterson

Maybe...

But it'll depend on where the dropdown is (on a userform or on a worksheet).

And it'll depend on what you used to create the dropdown (data|validation, a
dropdown from the Forms toolbar or a combobox from the control toolbox toolbar).

If the dropdown uses a range as its list, it may be lots easier to just copy
that range.
 
D

Dave Peterson

ps. It depends on if you used a dropdown/combobox/data|validation cell or a
listbox (from the Forms toolbar or the control toolbox toolbar), too.
 
L

Luke M

Not directly. To get a similar effect, you might try using the Data - Filter
- Advanced Filter, and only copy unique values.
 

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

Top