Consulting

Results 1 to 5 of 5

Thread: Sleeper: Filtered Dropdowns

  1. #1

    Sleeper: Filtered Dropdowns

    I am trying to make a quotation form with dropdown lists derived from a price list. However I want a second dropdown to be filtered based upon the selection from the first which only shows unique items. For example my price list looks like:

    Manufacturer Model Description Price

    Fluke 77 Digital Multimeter 33.00
    fluke 87 Digital Multimeter 35.00
    Agilent 34401A DMM 110.00
    Tektronix TDS744A Oscilloscope 100.00
    Tektronix 2245A Oscilloscope 85.00

    As you can see, on my quote form, I would have a dropdown list under "Manufacturer" but I only want it to show each manufacturer once. Then I want a dropdown list for the "Model", this list would only show model numbers that match the manufacturer selected in the first dropdown.

    I tried to use data validation and named ranges, but I can very easily exceed 256 columns very quickly.

    P.S. while I am at it I would also like a button on this worsheet "Add Item" that would bring up a userform prompting for the Mfr,Model,Description,and Price, and add this info to the price list.

    Any help would be greatly appreciated, Thank You.

  2. #2
    Site Admin
    Urban Myth
    VBAX Guru
    Joined
    May 2004
    Location
    Oregon, United States
    Posts
    4,940
    Location
    Hi, welcome to the board!!

    Have you seen this? ...

    http://www.vbaexpress.com/forum/showthread.php?t=1072


    Does that help? If not, how? And as far as a UserForm goes, could you post an example spreadsheet (zipped) so we could have an idea of your layout and data structure?

  3. #3
    I was wondering if I could get one of those Flukes for that price?

  4. #4
    Sorry Calibration prices, not purchase.

  5. #5
    Site Admin
    Urban Myth
    VBAX Guru
    Joined
    May 2004
    Location
    Oregon, United States
    Posts
    4,940
    Location
    Did you try the proposed solution in the link I gave?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •