AppEvents_Event.WorkbookOpen Event

Occurs when a workbook is opened.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Event WorkbookOpen As AppEvents_WorkbookOpenEventHandler
'Usage
Dim instance As AppEvents_Event
Dim handler As AppEvents_WorkbookOpenEventHandler

AddHandler instance.WorkbookOpen, handler
event AppEvents_WorkbookOpenEventHandler WorkbookOpen

See Also

Reference

AppEvents_Event Interface

AppEvents_Event Members

Microsoft.Office.Interop.Excel Namespace