Hi,
I am trying to change the ListIndex of a ComboBox(2) based on a value driven from a previous ComboBox(1).
- ComboBox(1) is a customer drop-down list on Sheets("Sheet1")
- Based on ComboBox(1) selection Sheets("Sheet1").Range("F1") is updated with a lookup value
- Sheets("Sheet1").Range("F1") value will match value in column in DynamicRange 'ItemCode' on Sheets("Items")
- Need to drive ComboBox(2).ListIndex by using DynamicRange 'ItemCode' on Sheets("Items") where line value = Sheets("Sheet1").Range("F1")
Hope this makes sense. I am struggling to find any answers to help me on this one.
Thanks
I am trying to change the ListIndex of a ComboBox(2) based on a value driven from a previous ComboBox(1).
- ComboBox(1) is a customer drop-down list on Sheets("Sheet1")
- Based on ComboBox(1) selection Sheets("Sheet1").Range("F1") is updated with a lookup value
- Sheets("Sheet1").Range("F1") value will match value in column in DynamicRange 'ItemCode' on Sheets("Items")
- Need to drive ComboBox(2).ListIndex by using DynamicRange 'ItemCode' on Sheets("Items") where line value = Sheets("Sheet1").Range("F1")
Hope this makes sense. I am struggling to find any answers to help me on this one.
Thanks