I have the following code that deletes rows in a table. When I get down to nothing in the last row and press the button again, I get an error message saying there are no cells found. How do I suppress that message so nothing will happen?
Private Sub cmdDeleteRow_Click()
'ActiveSheet.Unprotect...