J
johnsday
I am reading a list of numbers formated as numbers with the following code
Sheet2.Cells(i,4). All but one cell, that is read as a string, are read as
numbers as they should be. When that one number is read it causes a data type
fault When that cell is checked for data type it always shows up as a
number. I am using Excel 2003 running on xp. The program is run from and
outputs to Sheet1 I can change the parameters so the number is read at
different positions in the loop but that number still causes a data type
fault
I need lots of help on this one. Many thanks for a solution here
Sheet2.Cells(i,4). All but one cell, that is read as a string, are read as
numbers as they should be. When that one number is read it causes a data type
fault When that cell is checked for data type it always shows up as a
number. I am using Excel 2003 running on xp. The program is run from and
outputs to Sheet1 I can change the parameters so the number is read at
different positions in the loop but that number still causes a data type
fault
I need lots of help on this one. Many thanks for a solution here