Hello all
I've lurked here for some time and have seen many clever and varied solutions to problems posed. I'm hoping someone can give me an idea on this one.
I've got a sheet with some 40 or so check boxes representing project requirements. I also have a list of ~200 text filled cells, each of which correspond to necessary actions. What I'm trying to determine is the code to allow me to select certain cells from the list based on the check box(s) selected. Different project requirements might share the same options.
For example
selecting checkbox1 might select cells A1, A3, A4, A17
selecting checkbox2 might select cells A1, A2, A3, A15
and selecting both would select A1, A2, A3, A4, A15, A17
Any ideas would be appreciated.
Charlie
I've lurked here for some time and have seen many clever and varied solutions to problems posed. I'm hoping someone can give me an idea on this one.
I've got a sheet with some 40 or so check boxes representing project requirements. I also have a list of ~200 text filled cells, each of which correspond to necessary actions. What I'm trying to determine is the code to allow me to select certain cells from the list based on the check box(s) selected. Different project requirements might share the same options.
For example
selecting checkbox1 might select cells A1, A3, A4, A17
selecting checkbox2 might select cells A1, A2, A3, A15
and selecting both would select A1, A2, A3, A4, A15, A17
Any ideas would be appreciated.
Charlie