I would use a standard convention for naming the exported Excel sheets (e.g. report01.xls, report02.xls, etc).
Then write a little macro routine that would take the base name (report) and loop through all of the exported reports, adding them to an Excel workbook with Excel automation.
HTH,
Justin