AppEvents.WindowActivate Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub WindowActivate ( _
Wb As Workbook, _
Wn As Window _
)
'Usage
Dim instance As AppEvents
Dim Wb As Workbook
Dim Wn As Window
instance.WindowActivate(Wb, Wn)
void WindowActivate(
Workbook Wb,
Window Wn
)