Hi,
Try the following code:
This example activates the next window in the Windows collection.
Sub NextWindow()
'Two or more documents must be open for this statement to execute.
ActiveDocument.ActiveWindow.Next.Activate
End Sub
Jaynet Zhang
TechNet Community Support
