Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
For instance: all the states are listed
AZ,CA,CO,CT,DE,FL,GA,HI,IA,ID,IL,IN,KS,KY,LA,MA,MD ,ME,MI,MN,MO,MS,MT,NC,ND,NE,NH,NJ,NM,NV,NY,OH,OK,O R,PA,RI,SC,SD,TN,TX,UT,VA,VT,WA,WI,WV,WY I want them to be able to choose more than one selection. What is the best way to do so? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "stlblackbeltsmom" wrote in message ... For instance: all the states are listed AZ,CA,CO,CT,DE,FL,GA,HI,IA,ID,IL,IN,KS,KY,LA,MA,MD ,ME,MI,MN,MO,MS,MT,NC,ND,NE,NH,NJ,NM,NV,NY,OH,OK,O R,PA,RI,SC,SD,TN,TX,UT,VA,VT,WA,WI,WV,WY Thanks, I'd forgotten a few. I want them to be able to choose more than one selection. What is the best way to do so? You can set the multiselect property of the control (either forms toolbar or controls toolbox) to either of the multiple selection options. You cannot extract the selections in a multi-select list to the worksheet without using VBA. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions http://PeltierTech.com _______ |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You could use event code to do the job.
Debra Dalgleish has a sample workbook download with code. (http://www.contextures.com/excelfiles.html) Scroll down the page and "Select Mulitple Items from a drop down list" Gord Dibben MS Excel MVP On Mon, 18 Dec 2006 08:04:01 -0800, stlblackbeltsmom wrote: For instance: all the states are listed AZ,CA,CO,CT,DE,FL,GA,HI,IA,ID,IL,IN,KS,KY,LA,MA,M D,ME,MI,MN,MO,MS,MT,NC,ND,NE,NH,NJ,NM,NV,NY,OH,OK, OR,PA,RI,SC,SD,TN,TX,UT,VA,VT,WA,WI,WV,WY I want them to be able to choose more than one selection. What is the best way to do so? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate Based on Drop Down Item Selected | Excel Worksheet Functions | |||
How do I set up a drop down list to beginning letter of item? | Excel Discussion (Misc queries) | |||
find item in drop down cell by typing the first few characters | Excel Discussion (Misc queries) | |||
multiple select from the drop down list in excel. list in one sheet and drop down in | Excel Discussion (Misc queries) | |||
Finding a record based on user input | Excel Discussion (Misc queries) |