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

See Also

Concepts

Workbook Object

Workbook Object Members