Hello karthikcoep,

If you really don't need all the bells and whistles of a UserForm to find, replace, add, and delete entries, here is simple and direct macro that will launch Excel's built-in database editor.
Sub Run()
    ActiveSheet.ShowDataForm
End Sub
Sincerely,
Leith Ross