Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

data dump from excel to csv 1

Status
Not open for further replies.

halvar

Programmer
Mar 26, 2002
14
DE
Hello,
who knows how to dump data from an excel table onto a csv file? Thanks for helping?
Halvar
 
Have you tried Save As and selecting a *csv.

Or

If you have an existing file .csv
try importing it into Access (if you have it)
Also import your excel file.

When you do this Access give you option of adding to existing file.

If your column (field) headings are not the same in both files you can import them separately, change the headings and do a quiery to merge the tables.

Then export / save as to a new *.csv file.

Good luck
Zollo

The use Access to merge the

Then perhaps you can merge the two files.
 
Thanks a lot, I did save it as a .csv [thumbsup2]
Halvar
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top