+ Reply to Thread
Results 1 to 6 of 6

List for for same dropdown

  1. #1
    Registered User
    Join Date
    02-08-2017
    Location
    Mumbai
    MS-Off Ver
    2010
    Posts
    8

    Smile List for for same dropdown

    Hi,

    I have 1 combo box and 1 list box, the list box should populate the values for only those for which the selection done in combo box one, kindly suggest how do i do this please via VBA code in VBA form (.i.e. If i select Hyundai in combo box only Hyundai brands should appear in list box.)

  2. #2
    Forum Expert
    Join Date
    11-22-2016
    Location
    Cornwall,UK
    MS-Off Ver
    office 365
    Posts
    4,240

    Re: List for for same dropdown

    welcome to the forum

    Cannot multiselect in a combobox, but this is the way to transfer selected items from a multi-select listbox to another listbox

    try in attached workbook

    Please Login or Register  to view this content.
    Attached Files Attached Files
    Click *Add Reputation to thank those who helped you. Ask if anything is not clear

  3. #3
    Forum Expert
    Join Date
    11-22-2016
    Location
    Cornwall,UK
    MS-Off Ver
    office 365
    Posts
    4,240

    Re: List for for same dropdown

    you could add items one at a time
    open form2 in the attached workbook

    Please Login or Register  to view this content.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    02-08-2017
    Location
    Mumbai
    MS-Off Ver
    2010
    Posts
    8

    Re: List for for same dropdown

    Is it possible in oher way if we use both as combo or some other box to show. th requirement is may be like a drop down that we use in excel general use. if the column C is sub brand of column B and column B is again sub brand of Column A.

  5. #5
    Registered User
    Join Date
    02-08-2017
    Location
    Mumbai
    MS-Off Ver
    2010
    Posts
    8

    Re: List for for same dropdown

    Hi Kev,

    If this is not possible can you write one code for me this is a user access basically based on the login multipage windows should be accessible.

    if login successful then the Multipage(page 1 and page 2) in user form window should be enable else the file should be closed.

  6. #6
    Forum Expert
    Join Date
    11-22-2016
    Location
    Cornwall,UK
    MS-Off Ver
    office 365
    Posts
    4,240

    Re: List for for same dropdown

    Try this by clicking on show Form3 in attached workbook
    This works because Named Ranges have been set up to match the dropdown values in the previous box
    Works like =INDIRECT formula with cell dependant dropdowns

    Please Login or Register  to view this content.
    Late EDIT
    you could use comboboxes instead of listboxes - just amend the code to match their names
    Attached Files Attached Files
    Last edited by kev_; 02-21-2017 at 08:37 AM.

+ 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: 6
    Last Post: 02-02-2016, 04:26 PM
  2. Replies: 0
    Last Post: 08-22-2012, 03:52 PM
  3. Dropdown list effects multiple dropdown list
    By pvaldez in forum Excel General
    Replies: 1
    Last Post: 05-07-2010, 02:12 PM
  4. Replies: 21
    Last Post: 12-02-2009, 03:27 PM
  5. Date dropdown list and a Time dropdown list in outlook
    By L_ter in forum Outlook Programming / VBA / Macros
    Replies: 3
    Last Post: 03-30-2009, 02:33 AM
  6. [SOLVED] result of selecting from the dropdown list should be a dropdown list
    By No News in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-05-2006, 11:15 AM
  7. result of selecting from the dropdown list should be a dropdown list
    By No News in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-01-2006, 05:55 AM

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