I am trying to import a filtered excel sheet into access. However, whenever I execute the command, the entire table is imported instead of the filtered results only. The command is: DoCmd.TransferSpreadsheet acImport, 10, "Table1", CurrentProject.Path & "\" & "Reports.xlsm", True, "Sheet1!a1:F360"