Not sure if I should post this on Microsoft Office forum, but I think someone here might be better able to understand what my issue is.
Am creating a CSV text file from an RM/Cobol program running on Unix (SCO V.5.0.6). CSV file is then attached to an e-mail text file and sent out to various clients. That way when client receives the e-mail, they can click on the attachment and open it by default in Excel.
This is working great, except for certain values that are not formatted properly by Excel. For example, we have a SKU named "MAR06" which Excel interprets as a date (Mar-06) when it displays it.
Does anyone know if there is some kind of formatting code that I can add to my CSV text file to tell Excel to treat this piece of data in a particular manner?
For instance, something like: text("MAR90") to indicate that MAR90 is text and not a date?
Code what you mean,
and mean what you code!
But by all means post your code!
Razalas
Am creating a CSV text file from an RM/Cobol program running on Unix (SCO V.5.0.6). CSV file is then attached to an e-mail text file and sent out to various clients. That way when client receives the e-mail, they can click on the attachment and open it by default in Excel.
This is working great, except for certain values that are not formatted properly by Excel. For example, we have a SKU named "MAR06" which Excel interprets as a date (Mar-06) when it displays it.
Does anyone know if there is some kind of formatting code that I can add to my CSV text file to tell Excel to treat this piece of data in a particular manner?
For instance, something like: text("MAR90") to indicate that MAR90 is text and not a date?
Code what you mean,
and mean what you code!
But by all means post your code!
Razalas