Application object (Excel Graph)

Represents the entire Graph application. The Application object represents the top level of the object hierarchy and contains all of the objects, methods, and properties for the application.

Remarks

Use the Application property to return the Application object.

Use the Update method to update the specified embedded object in the host file.

Example

The following example applies the DataSheet property to the Application object.

myChart.Application.DataSheet.Range("A1").Value = 32

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.