Multiple selection drop down list

T

The Bon

I want my drop down list to allow selection of multiple items. How do I do
that?
 
R

ryguy7272

A comboBox won't allow a user to select multiple items, but a LIstBox
certainly will.

Check out this tutorial:

After you add the ListBox, right-click the object, Click Control > Input
Range, then Selection Type and Multi.

HTH,
Ryan---
 

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