This should be about the quickest way, as long as it is
acceptable to delete the entire row. Select the cells in
column A then run it.
Sub Test()
Selection.SpecialCells(xlCellTypeBlanks).EntireRow .Delete
End Sub
Cheers,
Dave
-----Original Message-----
I need to write a macro to run through a list of values
in column A and
B.
If column A is blank, then I have to delete cells A and B
correspondingly.
Is it very difficult to do that?
---
Message posted from http://www.ExcelForum.com/
.