View Single Post
 
Old 11-16-2023, 07:36 AM
Frankie5Angels Frankie5Angels is offline Windows 10 Office 2016
Novice
 
Join Date: Oct 2023
Posts: 1
Frankie5Angels is on a distinguished road
Default 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
Reply With Quote