CustomView Object [Excel 2003 VBA Language Reference]

CustomViews
CustomView

Represents a custom workbook view. The CustomView object is a member of the CustomViews collection.

Using the CustomView Object

Use CustomViews(index), where index is the name or index number of the custom view, to return a CustomView object. The following example shows the custom view named "Current Inventory."

ThisWorkbook.CustomViews("Current Inventory").Show

Properties | Application Property | Creator Property | Name Property | Parent Property | PrintSettings Property | RowColSettings Property

Methods | Delete Method | Show Method

Parent Objects

Child Objects