Re: VBA Function: One range as input, two ranges as output
Hi Aaron,
Thank you very much for your example. It is immensely useful. You have essentially provided me with the complete solution to my problem.
Am I correct in assuming that with array enter (Shift-Ctrl-Enter), the entire array will be calculated only once and each cell will be assigned one element from the array, i.e. the function is doing exactly what the procedure does and there are not as many function calls as there are cells?
My final spreadsheet is going to be huge and I need something that is computationally inexpensive.
On a different note, is there a work around to using the Variant data type? Perhaps it's the C programmer in me, but I don't like non-explicit data types! : D
Thank you very much.
Schiz