How do I produce a mailing address list in excel in comma format?

F

frojeff

I am trying to send a mailing list to another business. I was asked to send
it in excel and in comma format. How can I do this?
 
D

Dave Peterson

File|SaveAs
and look for "CSV (comma delimited)(*.csv)"

Each worksheet needs to be saved as a different file (and save your workbook as
a normal .xls before you start--you don't want to lose it).

And after you're done, open your .csv files in NotePad, just to verify that they
look like plain old text with each field separated by commas.
 
Top