polarisking
Member
I have an array, pre-defined, defined as 1 to 900, 1 to 20. Those 20 represent non-contiguous columns. I'd like to load the array in chunks by column (or groups of columns) rather than doing the standar r = 1 to x, c= 1 to y.
If the columns were contiguous, I could simply load the entire array with one statement: Arr = Range. Can I go column by column and load, for example, arr(,4) where all the elements for column 4 will be loaded and not touch anything else?
Thank you in advance.
If the columns were contiguous, I could simply load the entire array with one statement: Arr = Range. Can I go column by column and load, for example, arr(,4) where all the elements for column 4 will be loaded and not touch anything else?
Thank you in advance.