Hi,
Can I compute at run-time (without writing the data on sheet) a function like the one below where “rngDataFit” is a MultiArray or a variable containing data from a MultiArray?
Application.Min(Range(rngDataFit))
For instance, the MultiArray(r1006, c10) contains the data.
I’d like to use, f.i., the data in the MultiArray(r6 to 1006, c2).
I know how to handle the array.
My question is: Can I do that without writing the data on sheet?
Thanks,
Logratio
Can I compute at run-time (without writing the data on sheet) a function like the one below where “rngDataFit” is a MultiArray or a variable containing data from a MultiArray?
Application.Min(Range(rngDataFit))
For instance, the MultiArray(r1006, c10) contains the data.
I’d like to use, f.i., the data in the MultiArray(r6 to 1006, c2).
I know how to handle the array.
My question is: Can I do that without writing the data on sheet?
Thanks,
Logratio