Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 912 Bytes

79545289-efa9-ce0b-3268-4f73c410fb55.md

File metadata and controls

41 lines (21 loc) · 912 Bytes

WorksheetDataConnection.Application Property (Excel)

Returns an Application object that represents the Microsoft Excel application. Read-only.

Syntax

expression . Application

expression A variable that represents aWorksheetDataConnection Object (Excel) object.

Example

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

Property value

APPLICATION

See also

Other resources

WorksheetDataConnection Object Members WorksheetDataConnection Object