View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Eric_NY Eric_NY is offline
external usenet poster
 
Posts: 58
Default ISBLANK() does not identify blank cell

In Excel 2003....

I have some cells which:
- look blank
- TYPE() = 2
- LEN() = 0

But ISBLANK() is FALSE. I can't figure out why.

Any suggestions?