Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True if a math coprocessor is installed on the system. Read-only Boolean.
Syntax
expression. MathCoprocessorInstalled
expression An expression that returns a 'System' object.
Example
This example displays a message if a math coprocessor is installed on the system.
If System.MathCoprocessorInstalled = True Then
MsgBox "A math coprocessor is 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.