Multiple CSV Files

marinosandria

New member
Local time
Today, 08:03
Joined
Jul 4, 2008
Messages
2
I have multiple directories such as SOBP,ORG,PREFIX. On each directory there are more than one text file. I need a hlp how to match all the txt files ina new folder. Can anyone help me to do that?

Thanks
marinosandria
 
I'm not quite sure what you're trying to achieve, but FileSystemObject might give you the tools you need to check different directories for filenames, move them around and so on.
 
What do you mean by 'match all the txt files ina new folder' ..?
 
What i mean by match all the txt files. I mean that i have several txt files in several folders. The point iwantto read all the files at the same time and then save them all text files in anew single one file.

thanks
marinosandria
 
If I've understood correctly - it appears what you may want to do is use the import feature to import all the files into one table, and then export the table as one csv file...

Main Menu > File > Get External Data > Import...

If you only need to this once it is not really necessary to write any code...
 

Users who are viewing this thread

Back
Top Bottom