Excelnewbie001
Board Regular
- Joined
- Jan 25, 2017
- Messages
- 79
I have 2 comboboxes that I want to link Column A is Dates and Column F is the data. For instance when I click on combobox2 A2 it must show combobox3 F2 is value. I have tried the following code but it does not work -I have set the rowsources correctly as it shows both fields but when selecting it doesnt show the corresponding linked columns data. The data ONLY starts in A2 and F2. Form controlled comboboxes
This is the code I have. Any help appreciated.
This is the code I have. Any help appreciated.
Code:
ComboBox3.Value = Cells(ComboBox2.ListIndex + 1, 6)
Last edited: