How do i create a multiple choice drop down list

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have been trying to put together an Excel Sheet giving multiple answers on
a drop down table. Any suggestions would be very much appreciated. Thanks A.
 
I have been trying to put together an Excel Sheet giving multiple answers on
a drop down table. Any suggestions would be very much appreciated. Thanks A.
You can set MultiSelect for a *listbox,* but you will have to write VBA
code to manage the selections. For more check XL VBA for MultiSelect
and/or ListBox.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
 
Back
Top