Workbook.CustomViews Property
Excel Developer Reference |
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.
Visual Basic for Applications |
---|
|
See Also