F
Francine Kubaka
Hello,
I am desperate. I have a dataset which contains 15,000 rows by 25 columns
(and I don't want to switch to Access at this point). I desperately need to
perform several simple and complex calculations on this dataset and would
rather do it by VBA arrays as opposed to ranges.
For example I'd rather loop ARRAY(3, i) = ARRAY(1, i) + ARRAY(2, i) and
then pass the resulting array to the worksheet than do a thousandfold
cell.offset loop.
Help please?
K
I am desperate. I have a dataset which contains 15,000 rows by 25 columns
(and I don't want to switch to Access at this point). I desperately need to
perform several simple and complex calculations on this dataset and would
rather do it by VBA arrays as opposed to ranges.
For example I'd rather loop ARRAY(3, i) = ARRAY(1, i) + ARRAY(2, i) and
then pass the resulting array to the worksheet than do a thousandfold
cell.offset loop.
Help please?
K