Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 935 Bytes

Excel.tableobject.application.md

File metadata and controls

44 lines (27 loc) · 935 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
TableObject.Application property (Excel)
vbaxl10.chm915073
vbaxl10.chm915073
7150f52d-c871-12bc-89d8-42993844187d
04/19/2019
medium

TableObject.Application property (Excel)

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

Syntax

expression.Application

expression A variable that represents a TableObject 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

[!includeSupport and feedback]