+ Reply to Thread
Results 1 to 17 of 17

Dropdown list with more than eight items

Hybrid View

  1. #1
    Registered User
    Join Date
    09-15-2009
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2007
    Posts
    58

    Re: Dropdown list with more than eight items

    Thanks DonkeyOte, that fixed the basic problem. Now I need to copy that combo box to another 2000 cells in the same column. Is this possible? I can't just grab and drag like a standard data validation dropdown box. I hope I don't have to paste each one individually.
    Many thanks for the first advice!
    Cheers,
    JLB.

  2. #2
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,985

    Re: Dropdown list with more than eight items

    You would need to copy and paste them. I would also very strongly advise against it. What exactly is the issue with scrolling the validation dropdown list, if I may ask?
    Everyone who confuses correlation and causation ends up dead.

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Dropdown list with more than eight items

    I'm afraid so... moreover you need to ensure each has the linked cell updated appropriately.

    Perhaps you should think of an alternative approach ?

    What about using a User Form such that when the user double clicks on a cell (where you want the list) a Form appears with the ComboBox from which they can make their choice and write back to the cell... this way you have only one combobox to manage.

    See attached as a basic illustration of my thoughts...
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    09-15-2009
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2007
    Posts
    58

    Re: Dropdown list with more than eight items

    In reply to Romper, my dropdown needs 70 different items listed so it's a bit too much for the data validation option.

    In reply to DonkeyOte (great name!) the user form looks like the perfect solution. Is there an easy way to create one without using VBA. I'm fairly new to this and VBA looks a little daunting!

    Again many thanks,

    JLB.

  5. #5
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Dropdown list with more than eight items

    Just to reiterate, a validation list can hold 70 values it is simply restricted in so far as

    a) it can only display 8 rows at any given time

    b) it does not have auto complete feature

    Re: User Form - VBA is a necessity I'm afraid.

  6. #6
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,985

    Re: Dropdown list with more than eight items

    It is a good name though...

  7. #7
    Registered User
    Join Date
    09-15-2009
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2007
    Posts
    58

    Re: Dropdown list with more than eight items

    Sorry DonkeyOte, I'm explaining myself poorly. I need a dropdown list with 70 rows. Looks like it's VBA. I think I'll be posting more questions!

    Thanks for all the help,

    Cheers, JLB.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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