Project.ResourceViewList Property
Project Developer Reference |
Returns a List object representing all resource views in the active project. Read-only Object.
Syntax
expression.ResourceViewList
expression A variable that represents a Project object.
Example
The following example lists all the resource views in the active project.
Visual Basic for Applications |
---|
|
See Also