+ Reply to Thread
Results 1 to 3 of 3

VBA Seachable Dropdown list on multiple rows from same list

  1. #1
    Registered User
    Join Date
    04-05-2020
    Location
    England
    MS-Off Ver
    Excel 365 MSO 2011 (32bit)
    Posts
    22

    VBA Seachable Dropdown list on multiple rows from same list

    I have gotten as far as creating a dynamic searchable list however I want to be able to use it on several different rows using the same list.
    The list I want to use is in Materials! B7:B1069 and for each of the sheets I want a combo box for every row, upto around 100 rows.
    In a futuristic ideal world would like the prices to also copy across from this, but is way out of my depth and brain power.
    Thanks for looking.
    Attached Files Attached Files

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,524

    Re: VBA Seachable Dropdown list on multiple rows from same list

    A userform may be better instead of having a ton of comboboxes.

    Select the range in Ground Works. The Userform pops up, start typing in the combobox and it will autofill.

    The codes are in the worksheet module and the userform module.
    Worksheet Module code
    Please Login or Register  to view this content.
    UserForm Codes
    Please Login or Register  to view this content.
    See the attached.
    Attached Files Attached Files

  3. #3
    Forum Expert torachan's Avatar
    Join Date
    12-27-2012
    Location
    market harborough, england
    MS-Off Ver
    Excel 2010
    Posts
    4,410

    Re: VBA Seachable Dropdown list on multiple rows from same list

    Try the attached - first put a quantity into column 'A' (STAGE_ESTIMATE) sheet - double-click in 'B3' downwards - select from combobox (this filters out until last selection) then entry goes to sheet - enter as many selections under one stage heading and transfer to 'ESTIMATE' sheet.
    This approach is far simpler than having multiple sheets with masses of formula and comboboxes to maintain (there are no on-sheet formula)
    Attached Files Attached Files
    Last edited by torachan; 08-21-2021 at 09:36 AM. Reason: modified code and removed comment
    Torachan,

    Mission statement; Promote the use of Tables, Outlaw the use of 'merged cells' and 'RowSource'.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 03-29-2021, 02:56 PM
  2. Replies: 5
    Last Post: 11-15-2018, 11:02 AM
  3. [SOLVED] Return a list from a dropdown choice but it is needed in multiple rows
    By Ministega in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-16-2018, 02:15 PM
  4. Make same selection for multiple drop down list and clear all for all dropdown list
    By salomip13 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-30-2014, 01:34 PM
  5. Replies: 0
    Last Post: 08-22-2012, 03:52 PM
  6. Dropdown list effects multiple dropdown list
    By pvaldez in forum Excel General
    Replies: 1
    Last Post: 05-07-2010, 02:12 PM
  7. Replies: 21
    Last Post: 12-02-2009, 03:27 PM

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