title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.MouseAvailable property (Excel) |
vbaxl10.chm133167 |
|
|
b22f9d44-6a84-6716-d663-450f08c5557d |
04/05/2019 |
medium |
True if a mouse is available. Read-only Boolean.
expression.MouseAvailable
expression A variable that represents an Application object.
This example displays a message if a mouse isn't available.
If Application.MouseAvailable = False Then
MsgBox "Your system does not have a mouse"
End If
[!includeSupport and feedback]