row delete

  • Thread starter Thread starter vikram
  • Start date Start date
V

vikram

hi all,

when i use this command to delete all rows if column A is blank, in
few cases it deletes all the rows even if column A is not blank why i
it so

Columns("A").SpecialCells(xlCellTypeBlanks).EntireRow.Delete
End Su
 
Back
Top