Window.NewWindow (Word)

Opens a new window with the same document as the specified window. Returns a Window object.

A colon (:) and a number appear in the window caption when more than one window is open for a the same document. The following two instructions are functionally equivalent.


Set myWindow = ActiveDocument.ActiveWindow.NewWindow 
Set myWindow = NewWindow