jacktripper
Programmer
I have a script which writes to an excel sheet and saves it. Once the cells have values, another column runs calculates on those cells. When I open the sheet afterwards, the formula cells all look correct.
BUT, when I try to use VB to read from those formula cells, all it returns is "001" when using the Cells(x,y).Value command. How can I get the calculated results of the formula and not this useless integer?
BUT, when I try to use VB to read from those formula cells, all it returns is "001" when using the Cells(x,y).Value command. How can I get the calculated results of the formula and not this useless integer?