I have the following code in all four sheets of a workbook I'm working on:
It doesn't do anything, in any of the sheets.
When I put it in a fresh workbook, it works just fine.
Code:
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)
Cancel = True
Debug.Print Target.Address
End Sub
When I put it in a fresh workbook, it works just fine.
Last edited: