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