WorkbookAddinInstall Event

See Also         Example         Applies To

Occurs when a workbook is installed as an add-in.

Syntax

Private Sub object_WorkbookAddinInstall(ByVal Wb As Workbook)

object   An object of type Application declared with events in a class module. For more information, see Using Events with the Application Object.

Wb   The installed workbook.