Size Limits

  • Thread starter Thread starter Olivia Towery
  • Start date Start date
O

Olivia Towery

I use the Excel Object to write a workbook from a sql db each month. This
month the data was extensive and it seemed to quit writing after so many
lines. Is there a way to program the script to continue to write regardless
of size?
 
There is a limit of 65536 rows in any worksheet. You would need to
count the number of rows written from your database, and when you
exceed this number start writing to another worksheet (or workbook).

Hope this helps.

Pete
 

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

Back
Top