Hi,

I can make a code which will delete the row if cell is blank. But my requirement is to delete entire row, if each row of E - Z column cell value is blank?

On Error Resume Next
Columns("E:Z").SpecialCells(xlCellTypeBlanks).EntireRow.Delete
pls advise