Remarks

Each view is represented by a object.

Example

Use the CustomViews property to return the CustomViews collection. Use the method to create a new custom view and add it to the CustomViews collection. The following example creates a new custom view named "Summary."

Visual Basic for Applications
ActiveWorkbook.CustomViews.Add "Summary", True, True
Collection of custom views? Custom Views Collection Object CustomView Collection CustomView Collection Object

See also: