See Also Example Applies To
Occurs when a new sheet is created in the workbook.
Syntax
Private Sub Workbook_NewSheet(ByVal Sh As Object)
Sh The new sheet. Can be a Worksheet or Chart object.