Hi,
I am trying to dynamically change a list in a combobox control on a custom commandbar based on the selection made in another custom combobox on the same commandbar. Is there anyway of clearing the entries in the second combobox and then adding entries to this combobox based on the selection made in combobox 1. Basically there is a range of numbers in combobox 1. I want to display the range of numbers from the one above the number selected to the total.
example in combobox 1
1
2
3
4
5
6
7
8
9
Select 4 so to display in combobox 2
5
6
7
8
9
any other links to information on using commandbars and controls will be gratefully recieved.
Many thanks
Timbo44
I am trying to dynamically change a list in a combobox control on a custom commandbar based on the selection made in another custom combobox on the same commandbar. Is there anyway of clearing the entries in the second combobox and then adding entries to this combobox based on the selection made in combobox 1. Basically there is a range of numbers in combobox 1. I want to display the range of numbers from the one above the number selected to the total.
example in combobox 1
1
2
3
4
5
6
7
8
9
Select 4 so to display in combobox 2
5
6
7
8
9
any other links to information on using commandbars and controls will be gratefully recieved.
Many thanks
Timbo44