Importing CSV to excel incorrectly (dot and comma issue) -
i have csv (tab delimited) file want import. in 1 column there numbers decimal part should separated comma.
if there number 50,59459 when imported shown 5059459,00000. although, when in csv file number 20.08998 imported fine.
what might problem not reading comma separated decimals correctly?
for importing using macro found on page: http://sitestory.dk/excel_vba/csv-file-import.htm
your regional settings us. if have csv file showing ,s disregard them. story local being set true vba pick delimiter symbol regional settings. need change decimal symbol in regional settings before import files european style decimal separators. (or change in vba after having done test on data)
Comments
Post a Comment