connecting to .csv files in variable locations

J

JDF

A data application saves numerical results as Excel .csv files into different
Windows folders (as sub-folders within a main folder) every time that it
runs. I need to be able to sequentially bring selected .csv files into a
single Excel 2007 reporting template that I am setting up to analyze the
data. What is the best way to do this? Thanks in advance.
 
J

Jacob Skaria

Either you need to go for an excel macro....

OR

from command line copy the .csvs to a single file and open in Excel.
copy *.csv test.txt/b


If this post helps click Yes
 
J

JDF

Thanks!
--
JDF


Jacob Skaria said:
Either you need to go for an excel macro....

OR

from command line copy the .csvs to a single file and open in Excel.
copy *.csv test.txt/b


If this post helps click Yes
 

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

Top