AppEvents_Event.WindowActivate Event

Occurs when any workbook window is activated.

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

Syntax

'Declaration
Event WindowActivate As AppEvents_WindowActivateEventHandler
'Usage
Dim instance As AppEvents_Event
Dim handler As AppEvents_WindowActivateEventHandler

AddHandler instance.WindowActivate, handler
event AppEvents_WindowActivateEventHandler WindowActivate

See Also

Reference

AppEvents_Event Interface

AppEvents_Event Members

Microsoft.Office.Interop.Excel Namespace