If i recall correctly the method can include the range, something like this:
DoCmd.TransferSpreadsheet acImport, 8, "Yourtablename", "filepath of spreadsheet", True, "Sheet2!A1:E273"
not sure if the exact syntax is still correct, didnt use it in a long time
Rgds
Z