![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I have a list that I created through Data Validation. However, in the
list offered, people should be able to choose multiple responses. Is there way to include checkboxes in my data validation list? Or, better yet, is there a smarter, easier way to do this? Thanks in advance, Neel. |
| Ads |
|
#2
|
|||
|
|||
|
On 19/05/2012 2:50 AM, Neel wrote:
> I have a list that I created through Data Validation. However, in the > list offered, people should be able to choose multiple responses. Is > there way to include checkboxes in my data validation list? Or, better > yet, is there a smarter, easier way to do this? > > Thanks in advance, > > Neel. Neel DV can't be used in this fashion, it is more like a Combobox, so to speak. I think what you are after is a Listbox which can be created using Xl2010 - Developer | Insert | Form Controls As for coding it, I can't help you with that part as it goes beyond my level of experience and I'm not 100% sure if it is Multi-Select capable although one of the other many guru contributors many help shed some more light on it for you. HTH Mick. |
|
#3
|
|||
|
|||
|
Vacuum Sealed was thinking very hard :
> On 19/05/2012 2:50 AM, Neel wrote: >> I have a list that I created through Data Validation. However, in the >> list offered, people should be able to choose multiple responses. Is >> there way to include checkboxes in my data validation list? Or, better >> yet, is there a smarter, easier way to do this? >> >> Thanks in advance, >> >> Neel. > > Neel > > DV can't be used in this fashion, it is more like a Combobox, so to speak. > > I think what you are after is a Listbox which can be created using Xl2010 - > Developer | Insert | Form Controls > > As for coding it, I can't help you with that part as it goes beyond my level > of experience and I'm not 100% sure if it is Multi-Select capable although > one of the other many guru contributors many help shed some more light on it > for you. > > HTH > Mick. Mick, Both ComboBox and ListBox controls can bet set to MultiSelect, and can display checkboxes. The issue I see here is how will the OP handle the selections? -- Garry Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
|
#4
|
|||
|
|||
|
You can use multi-select in a DV list dropdown.
Requires some code. See Debra Dalgleish's site for info, code and a sample workbook. http://www.contextures.on.ca/excel-d...-multiple.html Gord On Fri, 18 May 2012 09:50:17 -0700 (PDT), Neel > wrote: >I have a list that I created through Data Validation. However, in the >list offered, people should be able to choose multiple responses. Is >there way to include checkboxes in my data validation list? Or, better >yet, is there a smarter, easier way to do this? > >Thanks in advance, > >Neel. |
|
#5
|
|||
|
|||
|
On May 18, 1:14*pm, Vacuum Sealed > wrote:
> On 19/05/2012 2:50 AM, Neel wrote: > > > I have a list that I created through Data Validation. However, in the > > list offered, people should be able to choose multiple responses. Is > > there way to include checkboxes in my data validation list? Or, better > > yet, is there a smarter, easier way to do this? > > > Thanks in advance, > > > Neel. > > Neel > > DV can't be used in this fashion, it is more like a Combobox, so to speak.. > > I think what you are after is a Listbox which can be created using > Xl2010 - Developer | Insert | Form Controls > > As for coding it, I can't help you with that part as it goes beyond my > level of experience and I'm not 100% sure if it is Multi-Select capable > although one of the other many guru contributors many help shed some > more light on it for you. > > HTH > Mick. Thanks Mick ... Any gurus out there? I managed to set up the listbox but I can't figure out how to record the data that someone selects. |
|
#6
|
|||
|
|||
|
once again I have learned something new.
appreciate the clarification gents. Cheers Mick. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Change states of some checkboxes from drop-down list? | TheMilkGuy | Excel Discussion (Misc queries) | 5 | May 2nd 12 05:12 AM |
| Populate form checkboxes from list | Gaba | Excel Programming | 6 | March 5th 09 10:47 PM |
| checkboxes | helpless101 | Excel Worksheet Functions | 0 | April 10th 06 11:54 AM |
| Sortable list of checkboxes | nvtd1 | Excel Discussion (Misc queries) | 0 | December 19th 05 10:00 PM |
| Making a list box of checkboxes | David Gerstman | Excel Programming | 4 | July 7th 05 11:01 PM |