combo box..

A

Anna

Hi,

Can we make multiple selections from the combo box? Please let me know.

Thanks in advance. I would appreciate your help.
 
K

Ken Snell [MVP]

No. Multiple selections can be made only in a list box. However, to then
"read" those multiple selections, you'll need to use VBA code to get the
individual values. See Help file for List Box.
 
Top