M
Marko Laine
I can export data from Access tables to multiple sheet with
TransferSpreadsheet and it works ok if there is under 65500 rows in table.
But the question is how I can split data after that 65500 rows to continue
in next sheet. TransferSpreadsheet only drops data that is over the limit.
I have now Access tables / Excel sheets a, b, c, d, e and that's fine yet,
but when rows are over 65500 / sheet I want it for example a1, a2, b, c, d1,
d2, d3, e. Do I have to split data to the temp tables and then make tranfer
or is there easier way to manage this Excel limit?
Thanks,
-- Marko --
TransferSpreadsheet and it works ok if there is under 65500 rows in table.
But the question is how I can split data after that 65500 rows to continue
in next sheet. TransferSpreadsheet only drops data that is over the limit.
I have now Access tables / Excel sheets a, b, c, d, e and that's fine yet,
but when rows are over 65500 / sheet I want it for example a1, a2, b, c, d1,
d2, d3, e. Do I have to split data to the temp tables and then make tranfer
or is there easier way to manage this Excel limit?
Thanks,
-- Marko --