Programming Array Formulas using VBA
Posted by Vikram Peddakotla on January 10, 2001 8:16 PM
How can I simulate the creation of an array formula thru VBA code?
Situation:
My function needs to output an array of values and each cell of the output should have the formula
{=MyFunction(B10,A10,C15)}, so that if I change any parameter of my function, (for example: If I change B10 to B12) each value of the array should automatically recalculate it's value as well as modify it's formula to reflect the change.
I am working on Excel 97.