Workbook.AddinInstall Event
Occurs when the workbook is installed as an add-in
Syntax
expression.AddinInstall
expression A variable that represents a Workbook object.
Return Value
Nothing
Example
This example adds a control to the standard toolbar when the workbook is installed as an add-in.
| Visual Basic for Applications |
|---|
|