If I have a Qry with more than 65,000 rows how can I export it into excel and have any rows after 65,000 drop into another worksheet in the same workbook?
You should be able to do that. You need to loop through the Recordset and write 65000 Records or less on each pass (remembering to increment the WorkSheet Tab ID) until the RecordSet is fully written to as many Excel Tabs as it takes.
You should be able to do that. You need to loop through the Recordset and write 65000 Records or less on each pass (remembering to increment the WorkSheet Tab ID) until the RecordSet is fully written to as many Excel Tabs as it takes.