Application Property [Worksheet]

The Application property returns the Application object. Returns an object. This is a read-only property.

Syntax

object.Application

object.Application = Application

 

Example

This example demonstrates how to return the Grapher application object.

Debug.Print WksStatistics.Application

 

Used by: WksCellFormat object, WksPageSetup object, WksRange object, WksStatistics object