Selection.Calculate method (Word)
Calculates a mathematical expression within a selection. Returns the result as a Single.
Syntax
expression. Calculate
expression Required. A variable that represents a Selection object.
Example
This example calculates the selected mathematical expression and displays the result.
MsgBox "And the answer is... " & Selection.Calculate
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.