I am looking to delete a row only if the row number is double clicked.
The following works, however, not specifically what I am looking for.
Private Sub Worksheet_BeforeRightClick(ByVal Target As Range, Cancel As Boolean)
With Target.EntireRow.Delete
End With
End Sub
Any thoughts...
Thanks,
Kurt
The following works, however, not specifically what I am looking for.
Private Sub Worksheet_BeforeRightClick(ByVal Target As Range, Cancel As Boolean)
With Target.EntireRow.Delete
End With
End Sub
Any thoughts...
Thanks,
Kurt