Hello,
I'm new to VBA coding.
I found a very useful code that allows me to produce a checkmark when I double click on the task I've just completed. However, for some reason, I can't repeat the action. See code below:
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As...