I am trying to delete the last cell of two columns. I get the error that the object doesn't support this method. Here is what I have tried:
' Delete last cell of columns C and E
Worksheets("Sheet1").Columns ("C"), Columns("E").End(xlDown).Cells.Delete
Thanks