Activates a specific Window   Return to List:
' Advantage -- don't have to worry about number of open windows!

Windows(name).Activate

' When Window Name stored in variable can then activate by this function.
' Example below:

strWindow = ActiveWindow.Caption' To note a certain open document
. . .
Windows(strWindow).Activate' To switch to that document/window

See also:
Activate Next Window
Previous window (going to it)
Window name (can be activated as needed)



Note to Webmaster