This task is straightforward if you're able to use VBA from within Microsoft Access; e.g.:
DoCmd.TransferSpreadsheet , , _
"tblImportFromExcel","C:\path\to\myfile.xls", True, "A1:B200"
TransferSpreadsheet
documentation.
Adam Bernier
2010-10-28 17:43:57