Wednesday, January 25, 2017

Activate_Next_Window - Ms Word VBA

' Activate_Next_Window.txt 
' Activates the Next Window in the Window List (or cycles to top)
' *************************************************************

ActiveWindow.Next.Activate 




' /////////////////////////////////////////////////////////////////////////
' // See also: Activates desired Window
' //           Previous window (going to it)
' //           Window name (can be activated as needed)
' ////////////////////////////////////////////////////////////////////////



No comments:

Post a Comment