JacobMortensen
Board Regular
- Joined
- Feb 25, 2015
- Messages
- 85
Hi All.
I have a cell where I have used both ws functions and VBA functions to test content.
The cell appears to have no content, but still it is not empty.
VBA:
isemtpty(cell) returns false
WS:
isblank(cell) = FALSE
code(cell) = #VALUE!
istext(cell) = TRUE
I'm in doubt about how to formulate my question, but I wonder, since the cell have no CODE value but ISTEXT is true, then what is the cell?
I have a cell where I have used both ws functions and VBA functions to test content.
The cell appears to have no content, but still it is not empty.
VBA:
isemtpty(cell) returns false
WS:
isblank(cell) = FALSE
code(cell) = #VALUE!
istext(cell) = TRUE
I'm in doubt about how to formulate my question, but I wonder, since the cell have no CODE value but ISTEXT is true, then what is the cell?