Add Method (Windows Collection) Example
This example opens a new window for the document that's displayed in the active window.
Windows.Add
This example opens a new window for MyDoc.doc.
Windows.Add Window:=Documents("MyDoc.doc").Windows(1)