View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected][_2_] gimme_this_gimme_that@yahoo.com[_2_] is offline
external usenet poster
 
Posts: 236
Default Excel 2007 - ADO - More than 65536 rows - Problem ?

Check the data for:

1. Single quotes
2. Linefeeds
3. Unusually long strings

To be on the safe side, copy the first 50K rows into the WorkSheet a
bunch of times to confirm that the problem *really* has to do with the
number of rows.

If all else fails - move the data out of Excel and into a database.
Organize the data like a normal person.