Skip to content

Latest commit

 

History

History
36 lines (17 loc) · 650 Bytes

9424d6e1-f6f7-cc1b-7d20-987c8ed5e5a2.md

File metadata and controls

36 lines (17 loc) · 650 Bytes

Application.MathCoprocessorAvailable Property (Excel)

True if a math coprocessor is available. Read-only Boolean .

Syntax

expression . MathCoprocessorAvailable

expression A variable that represents an Application object.

Example

This example displays a message box if a math coprocessor isn't available.

If Not Application.MathCoprocessorAvailable Then 
 MsgBox "This macro requires a math coprocessor" 
End If

See also

Concepts

Application Object

Other resources

Application Object Members