Add checkbox[s] dependant on drop down list selection
Looking to show/hide check boxes dependant on the value selected in a drop down:
Example:
Drop down list
Option A
Option B
- if Option A is selected in drop down then
checkbox[s] added to table cell[s]
- if Option B is selected in drop down then
table cell left blank
assuming some form of VBA required that runs when drop down selection is made to add the checkbox[s] to the desired cell[s]
Thanks!
Regards
Frank
|