I want to import an excel worksheet to a application that needs to be a comma delimited file.
T Trophy Man Jan 8, 2005 #1 I want to import an excel worksheet to a application that needs to be a comma delimited file.
D Dave Peterson Jan 8, 2005 #2 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.
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 Jan 8, 2005 #3 Ps. Make sure the worksheet you need saved as the CSV file is active, too.