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---
 
Top