 |
excel - Best workaround for VBA Transpose array length limit? - Stack Overflow
@Excellll , VBA arrays are very fast. If you have to do it that way, then just transpose it yourself in VBA at the end. i.e., make another array with the transposed dimensions and copy totalgoals into it one element at a time, and then paste that array in
stackoverflow.com |
 |