.csv files into multiple sheets in one file

Closed
John - 14 May 2010 à 05:42
 Dass - 25 Oct 2010 à 00:47
Hello,

I have a set of .csv files (reports generated in mainframe) which I want to put into one file, one sheet pr. csv-file (report).
Is that possible? and in case, how?

I would be gratefull for any answers.

Related:

2 responses

rizvisa1 Posts 4478 Registration date Thursday 28 January 2010 Status Contributor Last seen 5 May 2022 766
14 May 2010 à 06:03
So you have a bunch of csv that you want to import into excel. Each csv should be a new sheet ?

For that a macro is needed. Also you have to think about how a macro would know which csv is to be imported
Hi , Just login into Windows Command prompt

and c:\cd test
suppose under test folder u have multiple *.csv files

c:\test\copy *.csv target.csv
this DOS command copies all *.csv files in test folder to Target.csv excel file