M
Mark Macrae
I have a requirement to create a text file with a .XLS
extension to allow the user to open the file by
association but there is a column of data that has the
format 1/02.
When I create a delimited text file with the .XLS
extension Excel converts 1/02 to a date of 01-Feb.
Is there any way to prevent this conversion and leave the
data as 1/02?
I know that you can add a ' before the text but this is
then also displayed where the user only wants to see 1/02
in the cell but as a text value.
Any help would be greatly appreciated.
extension to allow the user to open the file by
association but there is a column of data that has the
format 1/02.
When I create a delimited text file with the .XLS
extension Excel converts 1/02 to a date of 01-Feb.
Is there any way to prevent this conversion and leave the
data as 1/02?
I know that you can add a ' before the text but this is
then also displayed where the user only wants to see 1/02
in the cell but as a text value.
Any help would be greatly appreciated.