Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.