When ive done this kind of thing before it becomes notroiously difficult to control,
my advice would be to have a column that the user can double click in to delete the said row using the
Code:
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)
End Sub
event
Dave