M
Mo
I'm working on a solution to export greater than 65536
rows to Excel (actually 65535 rows re: the column
headings. What I'm working towards is using
TransferSpreadsheet which will transfer 65535 rows from my
temporary table. Then I want to delete the 1st 65535 rows
and repeat the transfer to another new worksheet in the
workbook. I thought I could just delete row numbers
<65536 but I haven't figured out how. My table is not
currently autonumbered but I may have to change that and
the code would be a little more complex than row numbers <
65536 as I'd have to track the rows deleted, remaining
rows, etc. Any ideas how to easily achieve this? Thanks
rows to Excel (actually 65535 rows re: the column
headings. What I'm working towards is using
TransferSpreadsheet which will transfer 65535 rows from my
temporary table. Then I want to delete the 1st 65535 rows
and repeat the transfer to another new worksheet in the
workbook. I thought I could just delete row numbers
<65536 but I haven't figured out how. My table is not
currently autonumbered but I may have to change that and
the code would be a little more complex than row numbers <
65536 as I'd have to track the rows deleted, remaining
rows, etc. Any ideas how to easily achieve this? Thanks