P
peanburn
Just learning here. I am trying to identify blank cells and to remove the
rows containing them to another sheet. I have played around with the
IgnoreBlank property but am getting nowhere.
With Range(Cells(2, 3), Cells(1500,3)).Validation
.Delete
.IgnoreBlank = False
End With
Any help would be appreciated. Thanks.
rows containing them to another sheet. I have played around with the
IgnoreBlank property but am getting nowhere.
With Range(Cells(2, 3), Cells(1500,3)).Validation
.Delete
.IgnoreBlank = False
End With
Any help would be appreciated. Thanks.