Hi,
I need a macro that will take information from a UserForm, search a sheet for duplicate entry (PRI number). If duplicate rows are found, they are deleted and the new information from the UserForm inserted onto the sheet.
this is my present coding
Private Sub CmdAdd_Click()
Dim iRow As...