R
R2DJ
I have a CSV file which is generated by an inhouse application. One of
the columns in this file has a four digit code, which are text but made
of numerical digits. Some of the codes start with one or more zeroes,
ie 0012, 0013, 0014 etc. The problem is when my users open the file in
Excel the column has been formatted as numbers and the leading zeroes
have been trimmed, so 0013 becomes 13. I do not want my users to have
to play around with formatting. Also even if I do select the column and
change the formatting to text the leading zeroes are still missing.
Please could anyone help me with a solution.
Ta.
------------------------------------------------
------------------------------------------------
the columns in this file has a four digit code, which are text but made
of numerical digits. Some of the codes start with one or more zeroes,
ie 0012, 0013, 0014 etc. The problem is when my users open the file in
Excel the column has been formatted as numbers and the leading zeroes
have been trimmed, so 0013 becomes 13. I do not want my users to have
to play around with formatting. Also even if I do select the column and
change the formatting to text the leading zeroes are still missing.
Please could anyone help me with a solution.
Ta.
------------------------------------------------
------------------------------------------------