It works correctly with excel 97 to 2003, but new versions give application-defined or object-defind error's.
What changed?
Thanks for taking a look!
Code:
With Workbooks("book1.xls").Sheets("sheet1")
.Cells(Rows.Count, "A").End(xlUp).EntireRow.delete
End With
What changed?
Thanks for taking a look!
Last edited: