Leading Zeroes

  • Thread starter Thread starter Craig
  • Start date Start date
C

Craig

I am trying to save an Excel spreadsheet as a .csv (comma
delimited) file. The problem is that whenever you open
the .csv file, you find that on some of the fields, the
leading zeroes are cut off. I need to know why this
happens and how to stop it. All the fields in the
original Excel file are set to text. Thanks for any help.

Craig
 
Craig,

If you're reopening the csv file in Excel, it is likely formatting those
fields as numeric, dropping the zeroes. Try opening it in Notepad. Notepad
shows you character for character what's in the file. If you really can't
get Excel to write the file as you need, try the Text Write Program (and
Excel workbook with a macro). www.tushar-mehta.com.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top