Use this code to do the import:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "BUD_INPUT", STR, 1, "BUDGET!A:P"
where
STR is the excel file name.
BUD_INPUT is the access table name where the data needs to be imported
BUDGET: this is the sheet name.
"A:P" this says that it gonna...