problem when saving CSV file

M

mhe

Why the leading 0 (zero) is dropped when I save the excel
file as CSV file? Is there a way not the leading zero not
to be dropped. What should I do to keep the zero leading
on it.

Thanks a lot.
 
F

Fredrik Wahlgren

mhe said:
Why the leading 0 (zero) is dropped when I save the excel
file as CSV file? Is there a way not the leading zero not
to be dropped. What should I do to keep the zero leading
on it.

Thanks a lot.

What do you have in the cell where you want a leading 0 in the csv file? I
guess you could try to format the cells as text, that may help.

/Fredrik
 
Top