Exporting to Excel w/ large # of records

I

ithorse

I need to export a large # of records to an Excel workbook. The number of records is over the 65K that Excel accepts. How can I select chunks of the table to export into same Excel file, but different worksheets. I have code to do this for txt files, but not Excel...I think I need to use TransferSpreadSheet function, but am not sure how to limit the records.

thk
 
T

Turner

If your problem is limiting he records. Have you thought
about exporting a query that limits the records to each
work book?

Dean
-----Original Message-----
I need to export a large # of records to an Excel
workbook. The number of records is over the 65K that
Excel accepts. How can I select chunks of the table to
export into same Excel file, but different worksheets. I
have code to do this for txt files, but not Excel...I
think I need to use TransferSpreadSheet function, but am
not sure how to limit the records.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top