Hello,
I was wondering, is it more efficient to:
I'm thinking it has to be 1 but do we know at which point does it become not so efficient? This is almost half of the available range in Excel.
Also, how do I dump an array/destruct variable in VB after I'm done with it (if I don't want to wait End Sub)?
Thanks!
I was wondering, is it more efficient to:
- grab huge range A1:M400,000 into an Array 1, create a new subArray 1 to use, from Array 1 in VB (every 12th row)
- OR loop through range with "i = i + 11" every time, creating a subArray 1 this way?
I'm thinking it has to be 1 but do we know at which point does it become not so efficient? This is almost half of the available range in Excel.
Also, how do I dump an array/destruct variable in VB after I'm done with it (if I don't want to wait End Sub)?
Thanks!