[]
Evaluates the specified Excel formula or named expression and returns the result. The calculation behavior is consistent with Excel 2021/365.
object Evaluate2(string formula)
Function Evaluate2(formula As String) As Object
Type | Name | Description |
---|---|---|
string | formula | A string containing an Excel formula, named range, or defined name to evaluate. |
Type | Description |
---|---|
object | The result of the evaluation in one of these forms:
|