I am having a problem with getting my DTS package to import multiple sheets from an Excel workbook. I have set up a connection for each sheet, so my DTS package works if there are 10 or fewer sheets, but I have no way of knowing if the workbook has more than 10 sheets. Also, if there are fewer than 10 sheets, the rest of the package does not run. I am hoping there is a "slick" way of importing all the sheets in a workbook if the number of sheets is dynamic (maybe some kind of loop function?). Thanks in advance for your help.