I want to delete a row in excel worksheet, but delete statement is not working.
Is there another way to do it?
I want to delete a row in excel worksheet, but delete statement is not working.
Is there another way to do it?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bechir BejaouiPosted Oct 27, 2008, 10:12 AM
Worksheet.get_Range("A1", "A1").EntireRow.Delete();
may you forget to save
Workbook.Save();
before closing