+ Reply to Thread
Results 1 to 6 of 6

t Multiple Items from Excel Data Validation List

  1. #1
    Forum Contributor
    Join Date
    07-05-2010
    Location
    Melbourne
    MS-Off Ver
    Excel 2003
    Posts
    100

    t Multiple Items from Excel Data Validation List

    Hi ,
    As in the attached, there is a list box in column B. I want to select multiple Items from the list , and selected values should listed in the same cell separated by comma.

    Could anybody advise me on this?
    Attached Files Attached Files
    Last edited by naflas; 10-11-2011 at 07:11 PM.

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: t Multiple Items from Excel Data Validation List

    Hello naflas,

    Data Validation does not support multiple selections. You would need to use a ActiveX ListBox control with the MultiSelect property set to 1 to make multiple selections from a list.
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

  3. #3
    Forum Contributor
    Join Date
    07-05-2010
    Location
    Melbourne
    MS-Off Ver
    Excel 2003
    Posts
    100

    Re: t Multiple Items from Excel Data Validation List

    Many thanks for your reply,

    Please find the attached , I have included a listbox, but how can I include all values in it. As in the attachment I want to include values in the coulmn K to the listbox. User may select 1 or more of them from the list box. Selected values should be listed in the same cell Separated by comma.

    Many Thanks in advance

    Quote Originally Posted by Leith Ross View Post
    Hello naflas,

    Data Validation does not support multiple selections. You would need to use a ActiveX ListBox control with the MultiSelect property set to 1 to make multiple selections from a list.
    Attached Files Attached Files
    Last edited by naflas; 10-11-2011 at 08:28 PM.

  4. #4
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: t Multiple Items from Excel Data Validation List

    Hello naflas,

    Before we address this further, can you use VBA macros? Often times, people can not use solutions that contain VBA.

  5. #5
    Forum Contributor
    Join Date
    07-05-2010
    Location
    Melbourne
    MS-Off Ver
    Excel 2003
    Posts
    100

    Re: t Multiple Items from Excel Data Validation List

    Yes , I can

    Quote Originally Posted by Leith Ross View Post
    Hello naflas,

    Before we address this further, can you use VBA macros? Often times, people can not use solutions that contain VBA.

  6. #6
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: t Multiple Items from Excel Data Validation List

    Hello naflas,

    I put together an example workbook of this. It isn't as clean looking as a Validation List because it requires a UserForm to display the ListBox. Have a look. It may or may not fit with what you want to do.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1