I\'m running the following code to import an entire sheet from excel to access, the sheet has 77k rows, but Access is importing only 65.535, any clur on how to fix it? Both
docmd.transfertext.........
please use this command in MS access if u wants to transfer more than 65536 rows in access
acSpreadsheetTypeExcel12 should be acSpreadsheetTypeExcel12Xml for importing an Excel 2010 workbook.
acSpreadsheetTypeExcel12
acSpreadsheetTypeExcel12Xml