Returns an Application object that represents the Microsoft Excel application. Read-only.
expression . Application
expression A variable that represents aWorksheetDataConnection Object (Excel) object.
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
APPLICATION
WorksheetDataConnection Object Members WorksheetDataConnection Object