How can i import multiple .csv files into Excel for analysis?

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

Guest

I need to copy multiple .csv files into Excel so that i can analyse the
information. The .cvs files are on CD, there are many of them and i do not
wish to open each one and then have to save them. Any clues?
 
I'd shell to DOS and then copy all the .csv files to one .csv file on my
harddrive. Then open that one file:

Windows start button|Run
cmd (win2k or winXP)
command (win98)

copy d:\myfiles\*.csv c:\all.csv

exit
to get back to excel and open c:\all.csv

(Modify d:\myfiles to match your CD drive letter and path.)
 
Dave - Many thanks. I never considered reverting back to good old DOS. It
worked a treat once i could remember the syntax. Thanks...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top