cancel
Showing results for 
Search instead for 
Did you mean: 

Code Stage or method to enter Array Formulas to excel

DT
Level 4
​Can someone assist with an OOB or code solution to entering an array formula to an excel cell ?
Thanks

------------------------------
DT
------------------------------
1 REPLY 1

GopalBhaire
Level 10
Add a action to Excel VBO and set this in code stage where handle, cellref and formula are inputs

GetWorkbook(handle,Nothing).ActiveSheet.Range(cellref).FormulaArray = formula

------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------