Causes the specified chart to be redrawn immediately.

expression.RefreshexpressionRequired. An expression that returns a Chartobject.

Example

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

Sub RefeshChart() Application.Charts(1).Refresh End Sub