AppEvents_Event.SheetCalculate Event

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Event SheetCalculate As AppEvents_SheetCalculateEventHandler
'Usage
Dim instance As AppEvents_Event
Dim handler As AppEvents_SheetCalculateEventHandler

AddHandler instance.SheetCalculate, handler
event AppEvents_SheetCalculateEventHandler SheetCalculate

See Also

Reference

AppEvents_Event Interface

AppEvents_Event Members

Microsoft.Office.Interop.Excel Namespace