Question : Txt files data into a colum.

Hi,

Txt files data into a colum.
i have 100's of txt files in a UNC path.
I want a script that can get all the data in each txt file into 1 colum A

Regards
sharath

Answer : Txt files data into a colum.

Depending on the content of the files, why not just concatenate them all together into a single file, and then just open that in Excel as a TXT file?

To concatenate all the files just do the following:

copy \\server\share\*.* c:\all.txt

Then open Excel and open that c:\all.txt file.

~bp
Random Solutions  
 
programming4us programming4us