Window.Active (Word)
True if the specified window is active.
Sub ActiveWin()
If Windows(1).Active = False Then Windows(1).Activate
End Sub
True if the specified window is active.
Sub ActiveWin()
If Windows(1).Active = False Then Windows(1).Activate
End Sub