Hi,
I have a .csv file and it is filled with numbers between 0 and 1. There are about 15 significant digits in the file.
The issue seems to be that when I save the file (copy the values to excel then save as .csv) the .csv is truncating the digits to 10 places.
Is there anyway to keep the total number of digits? I noticed this when I tried reading the file with vba and the results were slightly off.
Thanks
I have a .csv file and it is filled with numbers between 0 and 1. There are about 15 significant digits in the file.
The issue seems to be that when I save the file (copy the values to excel then save as .csv) the .csv is truncating the digits to 10 places.
Is there anyway to keep the total number of digits? I noticed this when I tried reading the file with vba and the results were slightly off.
Thanks
Last edited: