When I use this macro in my table an error appear.
SEE ATTACHMENT BELOW:![]()
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) If Target.Column = 1 Then If MsgBox("Do you really want to delete this Service ID / Meter ID?", vbQuestion + vbYesNo, "Delete All Service ID / Meter ID") = vbNo Then Exit Sub Cancel = True End If End Sub
12345.JPG
Bookmarks