KabirPatel
Registered User.
- Local time
- Today, 16:15
- Joined
- Nov 16, 2006
- Messages
- 38
Hi,
I have an .adp that executes a stored procedure. The results of this stored procedure exceed 65535 records. I put the output of this stored proc into an ADO recordset and want to export into Excel, however it will no let me as the maximum allowed in Excel is 65535 rows.
Is there an easy way for me to break this up into chunks of 65535 so that I can export it to Excel?
Thanks
Kabir
I have an .adp that executes a stored procedure. The results of this stored procedure exceed 65535 records. I put the output of this stored proc into an ADO recordset and want to export into Excel, however it will no let me as the maximum allowed in Excel is 65535 rows.
Is there an easy way for me to break this up into chunks of 65535 so that I can export it to Excel?
Thanks
Kabir