How do i create a multiple choice drop down list

P

Piper

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.
 
T

Tushar Mehta

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
 
Top