View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
peanburn
 
Posts: n/a
Default How do I identify blank cells?

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.