Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Can you modify your script so that it produces a comma delimited file with
quotes (") as the text qualifier. Excel will automatically recognize the quote as enclosing a string value and not a numeric one. -- Kevin Backmann "Ken" wrote: I have a script that saves a csv file and mails it to people as a report. When people open the csv file using Excel the column of account numbers have leading zeros. Not all but most. How can I have them open or import to Excel and keep the leading zeros from that column? |