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.

Visual Basic for Applications
ActiveWorkbook.CustomViews.Add "Summary", True, True
custom Views Custom Views Property CustomView Property customviews customviews property Return collection of custom views?

See also: