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