+ Reply to Thread
Results 1 to 4 of 4

ComboBox DropDown List Not Working Correctly

  1. #1
    Registered User
    Join Date
    05-16-2017
    Location
    New Jersey
    MS-Off Ver
    2010
    Posts
    51

    Exclamation ComboBox DropDown List Not Working Correctly

    Help Anyone!

    I currently have the code below but when I write in ComboBox2 on the worksheet the dropdown list appears under the first ComboBox1 if something is already written in on ComboBox1. How could I have the appropriate dropdown list appear under ComboBox2, ComboBox3, and ComboBox4? The section I am talking about on the attached form is the category code field..



    Private Sub ComboBox1_Change()

    ComboBox1.ListFillRange = "Price_Category"
    ComboBox1.DropDown


    End Sub



    Private Sub ComboBox2_Change()

    ComboBox2.ListFillRange = "Price_Category2"
    ComboBox2.DropDown


    End Sub

    Private Sub ComboBox3_Change()

    ComboBox3.ListFillRange = "Price_Category3"
    ComboBox3.DropDown


    End Sub

    Private Sub ComboBox4_Change()

    ComboBox4.ListFillRange = "Price_Category4"
    ComboBox4.DropDown


    End Sub






    Example when i input something in ComboBox 1 I would get a dropdown list of choices based on what I inputted. After I pick my selection from my dropdown list from ComboBox 1 and try to go to ComboBox 2, the dropdown list appears under ComboBox 2 again. I want the dropdown list to work for ComboBox 2 independently

    Please see picture 1 and picture 2 you on attachment you will understand what is happening.
    Picture 1 - you see the dropdown list working correctly under combobox 1.
    Picture 2 - dropdown list appear under combobox 1, but it should appear under ComboBox 2.

    Picture 1
    Picture 1.jpg


    Picture 2
    Picture 2.jpg
    Attached Files Attached Files
    Last edited by lsantana; 03-26-2018 at 09:57 AM. Reason: Add Additional Information Help

  2. #2
    Valued Forum Contributor ranman256's Avatar
    Join Date
    07-29-2012
    Location
    Kentucky
    MS-Off Ver
    Excel 2003
    Posts
    1,176

    Re: ComboBox DropDown List Not Working Correctly

    not sure what you're asking....
    why do you have code in combo1 ,to alter combo1? (same with combo2)

    usu, when a user picks combo1, they want combo2 list to change.

  3. #3
    Registered User
    Join Date
    05-16-2017
    Location
    New Jersey
    MS-Off Ver
    2010
    Posts
    51

    Re: ComboBox DropDown List Not Working Correctly

    Example when i input something in ComboBox 1 I would get a dropdown list of choices based on what I inputted. After I pick my selection from my dropdown list from ComboBox 1 and try to go to ComboBox 2, the dropdown list appears under ComboBox 2 again. I want the dropdown list to work for ComboBox 2 independently

    Please see picture 1 and picture 2 you on attachment you will understand what is happening.
    Picture 1 - you see the dropdown list working correctly under combobox 1.
    Picture 2 - dropdown list appear under combobox 1, but it should appear under ComboBox 2.

    Picture 1
    Picture 1.jpg


    Picture 2
    Picture 2.jpg
    Last edited by lsantana; 03-09-2018 at 11:13 AM. Reason: Change format new

  4. #4
    Registered User
    Join Date
    05-16-2017
    Location
    New Jersey
    MS-Off Ver
    2010
    Posts
    51

    Re: ComboBox DropDown List Not Working Correctly

    Any Help from anyone would be greatly appreciated.

+ 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. [SOLVED] ComboBox DropDown list keeps adding data
    By pipoliveira in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-28-2015, 04:18 PM
  2. [SOLVED] Dropdown List in ComboBox
    By aearce2000 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-01-2014, 06:26 PM
  3. [SOLVED] Combobox dropdown to list range from sheet
    By nickmax1 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-30-2013, 12:35 PM
  4. Combobox Dropdown List only shows first Item
    By Guido Meng in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-20-2013, 09:49 PM
  5. combobox.value not working correctly, need help!
    By brykarc22 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-14-2011, 11:26 AM
  6. dropdown list/ComboBox
    By tullemann in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-26-2011, 01:44 PM
  7. ComboBox dropdown for a large list
    By irish1two3 in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 03-15-2007, 06:11 PM

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