Convert Excel spreadsheet to Ascii file format

C

carley465

I have a spreadsheet that I need to convert to Ascii file format that
contains things such as names, addresses, ss# and Pledge Amounts. The
record length can't be more than 356 and each of the fields has a
different file format, and length. Not sure how to go about doing this.
Can I do it in excel? Or do I need another program to do this?

Thanks.
 
N

Nick Hodge

Carley

If you're looking for a fixed width text file then set the column widths to
what you want, e.g 10 characters set the width to 10 (even if this appears
to truncate some characters), now save as a space delimited file (*.prn) via
file>save as...

Remember you will get warnings that you can only save single sheets in this
format, just say yes to all

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
www.nickhodge.co.uk
 

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

Top