Application.MathCoprocessorAvailable property (Word)
True if a math coprocessor is installed and available to Microsoft Word. Read-only Boolean.
Syntax
expression. MathCoprocessorAvailable
expression An expression that returns an Application object.
Example
This example displays a message indicating whether a math coprocessor is installed and available to Word.
If Application.MathCoprocessorAvailable = True Then
MsgBox "A math coprocessor is available."
Else
MsgBox "A math coprocessor is not installed."
End If
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.