Good afternoon,
I have a simple vba code that allows me to toggle a checkmark in a cell. The problem I have is, it will only post it in cell A1. I want the ability to use it anywhere on the active sheet and in any sheet in the workbook. Will someone help me out?
Sub ToggleCheckmark()
Dim...