SheetCalculate Event

See Also         Example         Applies To

Occurs after any worksheet is recalculated or after any changed data is plotted on a chart.

Syntax

Private Sub object_SheetCalculate(ByVal Sh As Object)

object   Application or Workbook. For more information about using events with the Application object, see Using Events with the Application Object.

Sh   The sheet. Can be a Chart or Worksheet object.