+ Reply to Thread
Results 1 to 3 of 3

Combo control box configure

  1. #1
    Registered User
    Join Date
    03-30-2009
    Location
    Texas,US
    MS-Off Ver
    Excel 2003
    Posts
    1

    Combo control box configure

    I have created a table like the following in one of the excel sheets.
    1 2 3 4 5
    A 10 20 30 40 50
    B 15 25 35 45 55
    C 2 4 6 8 10
    D 6 7 8 9 10

    In the other excel sheet I have list boxes where in I can select either "A,B,C, or D" and with the help of other list box in the next row I can select "1,2,3,4 or 5"
    Now I created a combo box in my 3rd row and need to write a code through VBA or any way where say for eg, I select "C" and "3", it has to trigger to this table present in the other sheet and present the value "6" whihc is actually corresponding to C and 3.

    IS there a way to create this.?
    Please suggest.
    Thankyou

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Combo control box configure

    To best describe or illustrate your problem you would be better off attaching a dummy workbook, the workbook should contain the same structure and some dummy data of the same type as the type you have in your real workbook - so, if a cell contains numbers & letters in this format abc-123 then that should be reflected in the dummy workbook.

    If needed supply a before and after sheet in the workbook so the person helping you can see what you are trying to achieve.

    Doing this will ensure you get the result you need!
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  3. #3
    Forum Contributor
    Join Date
    03-12-2009
    Location
    Calgary, Canada
    MS-Off Ver
    Excel 365
    Posts
    236

    Re: Combo control box configure

    Based only on your statement, this is what I have come up with. Likely it isn't what you want, but I couldn't tell...
    Attached Files Attached Files
    If you can't figure out how a formula works, try stepping through it using "Evaluate Formula" in the Formula Auditing menu item in the tools menu!

    If you want to see where your code went wrong, try stepping through it by clicking in the code and pressing F8 and watch as the magic happens!


    If you are happy with any of the results, please add to the contributor's reputation by clicking the star icon.

+ 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