Thread: drop-down list
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] ghdiez@gmail.com is offline
external usenet poster
 
Posts: 2
Default drop-down list

On 4 sep, 09:38, roadking wrote:
I am making a spreedsheet dealing with resumes, I made a drop down list, is
there a way that I can select more then one topic from the drop down list?


Hi roadking:

First of all, I apologize for my English.

What you need is a ListBox.

In the ListBox, set the Multiselect property to fmMultiSelectMulti or
fmMultiSelectExtended, depending on your needs.