Consulting

Results 1 to 3 of 3

Thread: Creating conditional lists using VBA

  1. #1

    Creating conditional lists using VBA

    Hello,

    I have a worksheet that contains high level "product groups". Each of these contain like "product types". Within each "product type" I will sometimes have specific configurations.

    What I want to do is:

    a) Select a high level "product group" from the "Layout worksheet".
    b) Next, I want to view a drop down list displaying only the product types that belong to that group
    c) Finally, I want to view a drop down list displaying only those speciifc configurations that belong to the selected "product type".

    I have attached a workbook that contains two sheets. The "Layout" sheet is where input selections are made. The "Group" sheet contains the actual data.

    Any help with this will be greatly appreciated.

    Thank you,

    Grilleman

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Try this
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  3. #3
    Awesome! Thank you very much!!

Posting Permissions

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