ExpressionEdit.Evaluate
- Updated2025-07-21
- 1 minute(s) read
ExpressionEdit.Evaluate
Syntax
ExpressionEdit.Evaluate( evaluationOptions)
Return Value
The result of the evaluation.
Purpose
Evaluates the current expression using the context the ExpressionEdit.Context property specifies.
Parameters
evaluationOptions As Long
[In] Pass Eval_NoOptions to specify the default behavior, or pass one or more EvaluationOptions constants. The EvalOption_AllowEmptyExpression constant is ignored. Use the ExpressionEdit.AllowEmpty property to determine whether to treat an empty expression as an error. Use the bitwise-OR operator to specify multiple options.