![]() |
#1
|
|||
|
|||
![]()
Hi, I am am creating a form with 3 combobox dependent with each other.
I have referred to macropod's #12 post from https://www.msofficeforums.com/word-...down-list.html This work perfectly, but then I have a couple of situations where CB2 have the same choices with a different CB1, but CB3 is dependent to both CB1 and CB2 I have my combobox title as, Company, Program, Plan. I was thinking of adding an if statement to check the value of the CB1 (Company) Currently, my Company choices are AARP and AETNA If .Title = "Program" Then If StrOption = .Range.Text Then Exit Sub Select Case .Range.Text Case "MAPD" ' If (company value) = AARP then ' StrOut = "object1, object2, object3" ' End If ' If (company value) = AETNA then ' StrOut = "item1, item2, item3" End If Case Else .Type = wdContentControlText .Range.Text = "" .Type = wdContentControlComboBox End Select I am having trouble coding the If statement, I am having trouble looking into grabbing the CB1 value and store it to a variable. I have attached my document if you want a reference Thanks! |
Tags |
casscading, combo box, dependent combobox |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
mrstrawhand | Word VBA | 3 | 03-30-2020 06:08 AM |
![]() |
ashraj0711 | Word | 9 | 05-16-2019 02:57 PM |
Cascading Drop Down | and23 | Word VBA | 8 | 05-23-2018 02:33 PM |
Userform with Multiple Cascading Drop Down Lists Populated with External Source Data | venganewt | Word VBA | 21 | 05-16-2018 02:05 PM |
![]() |
LynnMac2016 | Word VBA | 3 | 04-06-2016 06:15 AM |