View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Darrell Lankford Darrell Lankford is offline
external usenet poster
 
Posts: 28
Default Should Be Empty Cells

I have a worksheet that looks up information using an IF formula and
enters blank in the cell if the text doesn't match:

IF(A2 = "THIS TEXT","THIS TEXT","")

The problem I'm having is after all the text & blanks are determined
and after I paste special values, the cells are not actually blank. I
mean there is nothing in the cells but for some reason excel thinks it
is and my delete rows macro doesn't work because it tells me no empty
cells can be found and even when I sort, it puts the blank cells at
the top. When I click on & off each cell it then makes the cell blank.

Can anyone tell be how to delete these null rows or make the cells so
they are actually blank?