D
Dave
I've got a VBA array that is 65536 rows by 2 columns (I've truncated it to
fit into two columns) that I'm trying to dump to the A and B columns of a
spreadsheet. I'm getting a Runtime 1004 error a few seconds after the line
of code tries to execute the dump
Presumably I'm trying to dump too much data, if so how do I dump the array
in smaller chunks?
Cheers
Dave
fit into two columns) that I'm trying to dump to the A and B columns of a
spreadsheet. I'm getting a Runtime 1004 error a few seconds after the line
of code tries to execute the dump
Presumably I'm trying to dump too much data, if so how do I dump the array
in smaller chunks?
Cheers
Dave