I wrote a function in Excel VBA and use
cells(x,y) to get the values.
The problem is the table cells I copied into the excel sheet will only be read as zero. But the cells I wrote the values in by hand will get read correctly by cells(x,y).
What can I do?
2