NewWindow Method [Excel 2003 VBA Language Reference]

Creates a new window or a copy of the specified window.

expression**.NewWindow**

expression Required. An expression that returns a Window or Workbook object.

Example

This example creates a new window for the active workbook.

ActiveWorkbook.NewWindow

Applies to | Window Object | Workbook Object