The NewWindow method creates a new window for this document. Returns an object.
Syntax
object.NewWindow
Example
This example demonstrates how to create a new window of a document.
Dim NewWindow As Object
Set NewWindow = Doc.NewWindow
Used by: Document object