C
Colin Hayes
Hi
I'm trying to delete all the rows in my worksheet which have any blank
cells in them.
This doesn't work properly :
Columns.Select
Selection.SpecialCells(xlCellTypeBlanks).EntireRow.Delete
Can someone suggest an amendment to this? Also if a popup could be
worked in for the user to confirm delete I'd be grateful.
Thanks.
I'm trying to delete all the rows in my worksheet which have any blank
cells in them.
This doesn't work properly :
Columns.Select
Selection.SpecialCells(xlCellTypeBlanks).EntireRow.Delete
Can someone suggest an amendment to this? Also if a popup could be
worked in for the user to confirm delete I'd be grateful.
Thanks.