I am trying to import and Excel 2000 workbook into an Access database using the following code:
Private Sub Import_EDS_testchecks ()
DoCmd.TransferSpreadsheet acImport,9,"EDS_testchecks","C:\Documents and Settings\Kevin\My Documents\testchecks_030406.xls",True,
End Sub
When I try to run the...