Exporting Data FROM Excel

  • Thread starter Thread starter dave
  • Start date Start date
D

dave

For reasons too complex to explain here, I need to get
data from an Excel spreadsheet into another program. This
program ONLY accepts data in comma delimited file format,
i.e. a .CVS file. How can I get data OUT of Excel into
a .CVS file? I see many ways of getting data INTO Excel
but none for getting data OUT of a spreadsheet.

HELP!!!!!!!!!!!!!!!

dave
 
I believe you meant CSV (Comma Separated Values). Choose
FILE | SAVE AS then in the SAVE AS TYPE drop down box,
choose CSV (OS/2 or MS-DOS) (*.CSV).
 
Back
Top