In my workbook, I have a very simple userform to add employees to the next empty row on ws2, "Admin Menu". This list of employees is a named range "EmpList".
On the same sheet, I have another simple userform that will "delete" an employee from the dynamic range. Actually, on my "Data" sheet, ws3, the code just finds the name of the employee and changes it to "Former Employee" - so we don't lose the rest of the data input under that employee's name. But I do need to actually delete the employee from the Employee list on ws2, and move any employee names that were under the deleted employee up. I cannot delete the entire row because of other data in other columns on that sheet. Here's me code for replacing the employee name - but I have no idea where to start on deleting the employee (cbo5) from my dynamic range, "EmpList," other than I need to select the range and probably use delete Shift:= xlup...
Sorry I cannot post the workbook right now![]()
Please Login or Register to view this content.
but thanks to anyone who has a suggestion.
-HeyInKy
Bookmarks