View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ryguy7272 ryguy7272 is offline
external usenet poster
 
Posts: 2,836
Default Multiple selection drop down list

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

Check out this tutorial:
http://www.youtube.com/watch?v=9g7J8llt7Ds

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

HTH,
Ryan---


--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"The Bon" wrote:

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