AppEvents_Event.WorkbookAddinInstall Event
Occurs when a workbook is installed as an add-in.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Event WorkbookAddinInstall As AppEvents_WorkbookAddinInstallEventHandler
'Usage
Dim instance As AppEvents_Event
Dim handler As AppEvents_WorkbookAddinInstallEventHandler
AddHandler instance.WorkbookAddinInstall, handler
event AppEvents_WorkbookAddinInstallEventHandler WorkbookAddinInstall