Occurs when the specified spreadsheet is recalculated.
Syntax
Private Sub Spreadsheet_Calculate(EventInfo As SpreadsheetEventInfo)
EventInfo The SpreadsheetEventInfo object that contains information about the event.
Remarks
For information about using events with VBScript, see Declaring and Using Event Procedures in VBScript.