Hi All:
I read somewhere (probably here) that if I put my numeric field in quotes and preceed the first quote with = leading zeros will be retained in the csv file.
(="001" will be displayed as 001 when opened as a csv file.)
I wrote the program to create the csv file that way and it LOOKED great with leading zeros.
The problem is that when I click on the cell I see ="001"
Is there some way to convert 001 to a text format so I can retain the leading zeros?
Thanks in Advance
GLS
I read somewhere (probably here) that if I put my numeric field in quotes and preceed the first quote with = leading zeros will be retained in the csv file.
(="001" will be displayed as 001 when opened as a csv file.)
I wrote the program to create the csv file that way and it LOOKED great with leading zeros.
The problem is that when I click on the cell I see ="001"
Is there some way to convert 001 to a text format so I can retain the leading zeros?
Thanks in Advance
GLS





Comment