Isn't it just File/save as then select comma separated *.CSV
Lewis
Save your Excel xls file into *.csv or txt which will do the job, file | save as | name the new work | and chnge the format tossave in, click the arrow down - scroll to CSV,
Okay, here's my guess at what you want. You have
a column of email addresses (one on each row) and
you want to convert it to a horizontal comma
delimited list. Here's how that can be accomplished:
1. Copy your list to column a of a new
(previously unused) worksheet.
2. Save that worksheet with a .txt extension
(e.g., Book1.txt) and close your workbook.
3. Open Book1.txt using a text editor (I'll
assume that you're using Word).
4. Replace all occurances of ^p with a comma.
5. Delete the trailing comma from the text.