I have a bunch of Excel workbooks that contain multiple worksheets. I want to loop through each workbook and export each worksheet into it\'s own new workbook. I want one wo
Doh!
worksheet.SaveAs(Filename:=filePath)