View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Hutchins John Hutchins is offline
external usenet poster
 
Posts: 1
Default IsEmpty() Returns False in empty cells

Occasionally when I use IsEmpty to see if a cell contains data like
"IsEmpty(Cells(x,y))" it returns "False" when there is nothing there. I've
tested the cell with Len(Cells(x,y)) and it returns 0. Does anyone know why
this happens or how to get around it?
Thanks,
John Hutchins