Use the Range parameter to name the spreadsheet.
Example:
DoCmd.TransferSpreadsheet acImport, _
acSpreadsheetTypeExcel9, "TableName", _
"c:\data\excel\workbookname.xls", _
False, "spreadsheetname!"
NOTE: The ! is required. Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.