Application Object
Application Multiple objects |
Represents the entire Microsoft Graph application. The Application object represents the top level of the object hierarchy and contains all of the objects, properties, and methods for the application.
Using the Application Object
Use the Application property to return the Application object. The following example applies the DataSheet property to the Application object.
myChart.Application.DataSheet.Range("A1").Value = 32