Locates an object in the system or in the specified object's ContainedObjects collection.
Syntax
system.FindObject(bstrFullyQualifiedName)
Properties
The FindObject method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
bstrFullyQualifiedName |
String. The name of the object you want to find. |
Return Value
Object. The dispatch pointer of the object.
Remarks
FindObject must be called off the System object when searching for data items. FindObject off any other object looks for the specified object within scope of that object. That is, FindObject off a Group will only look for the object within that Group.