View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Adding a drop down list

use an activex combobox from the control toolbox toolbar. Set the
multiselect property to true.

--
Regards,
Tom Ogilvy


"HotRod" wrote in message
...
O.K instead of the first question can someone help with a COMBO BOX? In VB
when you have a combo box you can multiple selections, why can't I do this
in excel or if I can how do I do it? How can I give the user twenty

options
and have them select five? Are there better ways to do this?