Syntax
Private Sub Workbook_SheetCalculate(ByVal Sh As Object)
Enter
Code
End Sub
This event will run after any of the
worksheets within this specific workbook have to be calculated. This event occurs after the Worksheet
SheetCalculate Event for that specific worksheet that was calculated.
Required Parameters
Sh
The sh parameter returns the worksheet that
was calculated by the user. This
parameter returns a Worksheet object to allow users to manipulate the events,
methods and properties.