I have a combo box called "cmbTotal" (ActiveX control and not Forms) with list values 0,5,10,15,20,............100 which is a range named Scores. Based on a cell "A1" with range name TrendLimitValue which can take value from 0,5,10,15,20,............100, I want to limit the choice the list of the combo box named cmbTotal.
So for e.g. if "A1" is 15 then cmbTotal list should show 0,5,10,15. If "A1" = 25, then cmbTotal list should show 0,5,10,15,20,25 only.
Any help...............
TIA.
Ninad.
So for e.g. if "A1" is 15 then cmbTotal list should show 0,5,10,15. If "A1" = 25, then cmbTotal list should show 0,5,10,15,20,25 only.
Any help...............
TIA.
Ninad.