Hello,

I have an array that is >1 million rows. I'd like to write the first million rows to a sheet and then the next to another sheet. Is there a way to write an array to a worksheet, not starting at the first row? I know I could use loops to go through and put each million rows into a new array, but I'd like to avoid using extra memory if possible.

Thanks,
K64