CustomView object (Excel)

Represents a custom workbook view.

Remarks

The CustomView object is a member of the CustomViews collection.

Example

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

Methods

Properties

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.