Hello,
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...