hi, this is nur again. I am trying to delete empty rows by using below macro code:
i am getting "run time error '1004': No Cells were found"
Please note that: The code above is working fine for my another macro enable workbook.
Code:
Sheets("op1").Columns("A:A").SpecialCells(xlCellTypeBlanks).EntireRow.Delete
Please note that: The code above is working fine for my another macro enable workbook.