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

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.