Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 767 Bytes

Excel.Workbook.CustomViews.md

File metadata and controls

37 lines (22 loc) · 767 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Workbook.CustomViews property (Excel)
vbaxl10.chm199164
vbaxl10.chm199164
Excel.Workbook.CustomViews
286f6d5a-fb91-a339-8e74-9014ab7f4835
05/29/2019
medium

Workbook.CustomViews property (Excel)

Returns a CustomViews collection that represents all the custom views for the workbook.

Syntax

expression.CustomViews

expression A variable that represents a Workbook object.

Example

This example creates a new custom view named Summary in the active workbook.

ActiveWorkbook.CustomViews.Add "Summary", True, True

[!includeSupport and feedback]