I am trying to do a very simple operation, which is to copy a data from one cell to another in excel by vba. The thing is that they are large numbers, and when inserting the value in the cell, it rounds off the last digits.
For example: 1234567891234567 transforms it into 1234567891234570
Does anyone know why?
Thank you very much.