Hey there,
I am trying to import an excel spreadsheet using the code below. Every
time it gives me a "cannot locate object" error.
Does anyone know what I am doing wrong?
DoCmd.TransferS preadsheet acImport, acSpreadsheetTy peExcel9, "tblTest",
"H:\everyone\Sh ared\ASC Processes\State Aid Processing
Databases\Lexin gton Hurns.xls", 0, "Lexington Hurns!Total Cvue Data"
Thank you in advance,
JC
I am trying to import an excel spreadsheet using the code below. Every
time it gives me a "cannot locate object" error.
Does anyone know what I am doing wrong?
DoCmd.TransferS preadsheet acImport, acSpreadsheetTy peExcel9, "tblTest",
"H:\everyone\Sh ared\ASC Processes\State Aid Processing
Databases\Lexin gton Hurns.xls", 0, "Lexington Hurns!Total Cvue Data"
Thank you in advance,
JC
Comment