Subprojects Collection Object
Project Developer Reference |
Contains a collection of Subproject objects
Example
Using the Subprojects Collection Object
Use Subprojects(Index), where Index is the subproject index or project summary task name, to return a single Subproject object. The following example prevents changes made to the specified subproject in a master project from being automatically made to the source project.
Visual Basic for Applications |
---|
|
Getting the Subprojects Collection object
Use the Subprojects property to return a Subprojects collection. The following example cautions the user if any of the subprojects in the active project are not on the hard disk.
Visual Basic for Applications |
---|
|
See Also