You can use the .TransferSpreadsheet method inside of Access to Import the sheet in one line of code.
VB Code:
  1. DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "Table1", "C:\Test.xls", False