csv files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need help in how to convert an excel file into a .cvs file - any help on
this would be great
 
From: "Sbynum" <[email protected]>

| I need help in how to convert an excel file into a .cvs file - any help on
| this would be great
| --
| Sbynum

This is an Excel question not a WinXP question and should have been asked in an Excel or MS
Office new group.

Choose File --> Save As
Choose CSV as the file save as type.
 
Sbynum said:
I need help in how to convert an excel file into a .cvs file - any help on
this would be great

In Excel, go to File, Save As. It's possible that you may need to install
the file converter from the Office CD.

CSV stands for comma separated variable, a text data file format in which
fields are separated by commas.

So: field1, field2,,field4. Unused fields will still have to have the
comma to hold their place.

HTH
-pk
 
Back
Top