Workbook WindowDeactivate Event


Syntax
Private Sub Workbook_WindowDeactivate(ByVal Wn As Window)
Enter Code
End Sub

This event will run any time this specific workbook window is deactivated.

Required Parameters
Wn
The wn parameter returns the deactivated window as an object.  This parameter returns an Window Object so users can manipulate the methods and properties of that specific window.