Workbook.NewWindow Method

Excel Developer Reference

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.

Visual Basic for Applications
  ActiveWorkbook.NewWindow

See Also