Hello Everyone,
I'd like to set up a check box in E23 to:
1 - add "Action Item" to G24
2 - Value from G22 is copied to O9
Redundancy: (If check box is "deselected"
1 - "Action Item" is removed from G24
2 - O9 Value is cleared
This process is repeated for ten "check boxes" and their corresponding areas
Currently I have a worksheet_SelectionChange handling select & deselect, however, it doesn't call any function.
I can do this long hand with a change even for each cell, but with my know how I would need to have a separate cell for "Select" and Deselect"
I'm hoping you'll help me code this the proper way, versus what I would come up with.
Moch WB is attached, and probably makes better sense than what I've described.
Thanks for any help.