Hi all;

I have a problem about reading from excel cell.Cell format is text and
"1111111111" is stored in the cell.I have the code below for reading
the value but result is empty string.

RCell  = Cells.Item(i, 1);
string = RCell.value().bStr();

I can read double or int values succesfully but can not read text
formatted numbers.

if i change the cell value into "a" , this time i can read it from the
cell.


Regards;


Reply via email to