I create a lot of Excel audit reports in a multi-domain environment. When they go out, I need to combine the reports from each domain into a single Excel workbook with multiple worksheets. I found some VBA code on mrexcel.com which was pretty easy to port to vbscript. I put the script on the desktop and then select all of the files which I want combined, and drop them onto the script. A new workbook opens with each of the original files as a worksheet page. The original files are not deleted. Note that if you line the files up in the order you want them before selecting them, you will get them in the order you want. I hope you find CombineXLSheets.vbs makes this task a little easier.