Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a function that can calculate user-defined array formulas. The
variables are defined as named ranges in a sheet and are arrays. A formula is passed to a function which uses FunctionResult = Application.Evaluate(formula) to calculate the formula result. The formulae are now too long for the Application.evaluate. Is there a way around application.evaluate limitation or can anyone suggest another way of calculating a string as a formula? Any help would be greatly appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Interpretation of Application.Caller.Parent.Evaluate | Excel Discussion (Misc queries) | |||
What is evaluate formula? | Excel Worksheet Functions | |||
Error 2015 with Application.Evaluate | Excel Programming | |||
Evaluate formula using VBA | Excel Discussion (Misc queries) | |||
?Application.Evaluate("max(len(A1:X20))") | Excel Programming |