Update method (Excel Graph)

Updates the specified embedded object in the host file.

Syntax

expression.Update

expression Required. An expression that returns an Application object.

Example

This example updates the application.

Sub UseUpdate() 
 
 Application.Update 
 
End Sub

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.