Workbook.NewWindow Method (Excel)

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

Syntax

expression .NewWindow

expression A variable that represents a Workbook object.

Return Value

Window

Example

This example creates a new window for the active workbook.

ActiveWorkbook.NewWindow

See Also

Concepts

Workbook Object Members

Workbook Object