Using isnumeric and isempty I get this odd result.

I have this data pulled out from an empty cell in Excel with nothing in it.

Using IsNumeric on the cell data I get true. Printing it out gives me nothing. Testing with IsEmpty I get false.

What is in an empty cell that is a number, but prints out as nothing?

I even tried printing the cell content out between two single quotes and got nothing printed out between the quotes...???

Driving me nuts. I'm ready to bang my head against the wall.

If anyone can help, that would be much appreciated.