When you try to import or link a Microsoft Excel spreadsheet, if you click
Show Named Ranges in the Import Spreadsheet Wizard or the Link Spreadsheet Wizard, you may receive the following error message:
The Microsoft Jet database engine could not find the object '<name of selected range>'. Make sure the object exists and that you spell its name and the path name correctly.
You may also receive this error if you use a macro or a Visual Basic for
Applications procedure to import or link the spreadsheet.
NOTE: This error message may occur if you convert a Microsoft Access 2.0 database to Access 2000, and the database includes a
TransferSpreadsheet macro action or Access Basic code with a
Range argument that contains the sheet name along with a named range. For example:
DoCmd.TransferSpreadsheet acExport, 8, "MyTable", "C:\MyFile.xls", True, "MySheet!MyRange"