This topic has not yet been rated - Rate this topic

CustomViews Collection Object [Excel 2003 VBA Language Reference]

Office 2003
Workbook
CustomViews
CustomView

A collection of custom workbook views. Each view is represented by a CustomView object.

Using the CustomViews Collection

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

ActiveWorkbook.CustomViews.Add "Summary", True, True
		


Methods | Add Method | Item Method

Parent Objects | Workbook

Child Objects


Did you find this helpful?
(1500 characters remaining)