I am running the following code for importing a whole sheet from using Excel, sheet has 77K rows, but access Is only 65.535 to import, how to fix it, no clur? Both are Excel and Access Edition 2013. Import (importa) string dim FIM string DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel12 as in the form of dim RA DAO.Recordset dim inicio, _ "NOMEBASE", application. CurrentProject.Path () + "\ Abre_Envio_Novo_Layout.xlsm", that is true, "menu BJ25: BM26" set db = CurrentDb () set to R = db.OpenRecordset ("NOMEBASE") inicio = rs.Fields (2) .Value FIM = rs.Fields (3) .Value DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel12, _ "base", Application.CurrentProject.Path () + "\ Abre_Envio_Novo_Layout.xlsm", is true, "Mailing_Recebido A: Ax" rs. After the end function
should be acSpreadsheetTypeExcel12 acSpreadsheetTypeExcel12Xml to import the Excel 2010 workbook.
Comments
Post a Comment