hi all I have the following to delete the last non-empty row
[Sheets("sheet1").Cells(Rows.Count, 1).End(xlUp).EntireRow.Delete]
I also need to add to the above code once it finds this row to delete the row immediately above it. Can someone please assist.
[Sheets("sheet1").Cells(Rows.Count, 1).End(xlUp).EntireRow.Delete]
I also need to add to the above code once it finds this row to delete the row immediately above it. Can someone please assist.