Refresh method (Excel Graph)

Causes the specified chart to be redrawn immediately.

Syntax

expression.Refresh

expression Required. An expression that returns a Chart object.

Example

This example refreshes the first chart in the application. This example assumes that a chart exists in the application.

Sub RefeshChart() 
 
 Application.Charts(1).Refresh 
 
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.