vba - Importing More Than 65.535 rows to MS Access from Excel -


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

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -