lostitagain
New Member
- Joined
- Jul 5, 2012
- Messages
- 21
I am attempting to use checkboxes on a worksheet that if checked will increase the value of the cell 3 columns to the right of the linked cell by 10.
I have many (>20) checkboxes on this sheet so I want to write one macro that will identify the linked cell of the checkbox clicked and then update the cell located 3 columns to the right of the linked cell (Range("insert linked cell here").Offset(0,3)).
If the cell was checked and becomes unchecked it should decrease the same cell by 10.
The checkboxes are currently Form controls but I can switch them to activeX if necessary.
any help would be appreciated.
I have many (>20) checkboxes on this sheet so I want to write one macro that will identify the linked cell of the checkbox clicked and then update the cell located 3 columns to the right of the linked cell (Range("insert linked cell here").Offset(0,3)).
If the cell was checked and becomes unchecked it should decrease the same cell by 10.
The checkboxes are currently Form controls but I can switch them to activeX if necessary.
any help would be appreciated.