save an Excel worksheet as a comma delimited file?

T

Trophy Man

I want to import an excel worksheet to a application that needs to be a comma
delimited file.
 
D

Dave Peterson

Try File|SaveAs
choose: CSV (Comma delimited)(*.csv)
from the "save as type" dropdown.

I think I would do a normal File|SaveAs first--just to make sure the excel
workbook still has all your changes.
 
D

Dave Peterson

Ps. Make sure the worksheet you need saved as the CSV file is active, too.
 
Top