title | keywords | f1_keywords | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
QuickAnalysis.Application property (Excel) |
vbaxl10.chm919073 |
|
ad51f454-62a0-7eb7-b629-b72bd000e0e9 |
05/10/2019 |
medium |
Returns an Application object that represents the Microsoft Excel application. Read-only.
expression.Application
expression A variable that represents a QuickAnalysis object.
APPLICATION
This example displays a message about the application that created myObject.
Set myObject = ActiveWorkbook
If myObject.Application.Value = "Microsoft Excel" Then
MsgBox "This is an Excel Application object."
Else
MsgBox "This is not an Excel Application object."
End If
[!includeSupport and feedback]