Hello,
I am trying to write a VBA script that will find a specific row in a table and delete it. The script should look at the value in a userform, search the table and delete that specific row.
Userform - RemEmpValidate
TextBox - TextBox2
Table - "Employees" on Worksheet "Employee List"
Textbox2 contains a Last Name value which will match with Table - Employees[Last Name] (Column C)
Can anyone help?
I am trying to write a VBA script that will find a specific row in a table and delete it. The script should look at the value in a userform, search the table and delete that specific row.
Userform - RemEmpValidate
TextBox - TextBox2
Table - "Employees" on Worksheet "Employee List"
Textbox2 contains a Last Name value which will match with Table - Employees[Last Name] (Column C)
Can anyone help?
Last edited: