I have an Excel spreadsheet that has 212 worksheets and I need to import (or copy) the data from each of the worksheets into a single table in Access. I figured if I could specify the worksheet to import, I could loop through the worksheets importing the data for each one, but the DoCmd.TransferSpreadsheet method doesn't seem to let me import anything except Sheet1 (or specify a worksheet). Can anyone offer me some guidance or suggestuions for tackling this?
Thanks,
Dean
Thanks,
Dean