Hello ,
How to import and export the excel file into Access through VB Code
let me know , if anybody knows the same
How to import and export the excel file into Access through VB Code
let me know , if anybody knows the same
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, _
"tblAccess", "YourExcelTable", False, "A2:Z16000"
Comment