Update method (Excel Graph)
Updates the specified embedded object in the host file.
expression.Update
expression Required. An expression that returns an Application object.
This example updates the application.
Sub UseUpdate()
Application.Update
End Sub
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.