Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 679 Bytes

Excel.Workbook.NewWindow.md

File metadata and controls

42 lines (24 loc) · 679 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Workbook.NewWindow method (Excel)
vbaxl10.chm199116
vbaxl10.chm199116
Excel.Workbook.NewWindow
ba568cee-c1cb-6e6a-8935-2cc8ce3a8400
05/29/2019
medium

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

[!includeSupport and feedback]