I have csv (tab delimited) file which I want to import. In one column there are numbers which decimal part should be separated by comma.
If there is number 50,59459 when imported it will be shown like 5059459,00000. Although, when in csv file is number like 20.08998 it will be imported fine.
What might be problem with not reading comma separated decimals correctly?
For importing I am using macro found on this page: http://sitestory.dk/excel_vba/csv-file-import.htm