Projects.Item



Item(vID As Variant) As Project

Parameters

vID As Variant
vID As Variant     (Index or name)
If the parameter is a numerical value, the project is searched by its index (>= 0 and <= Count-1). If it is an alphanumerical value, the project is searched by its name.
ED
avaliable
RT
not used

Remarks

Returns the object Project from the collection, identified by the parameter vID.


The parameter vID can have two values:

- Index: The access with the index is often used in combination with the property Count to find an object Project by its position in the list. For

See Also

Projects, Project