ObjectIDToObject32 Method

Gets the object that corresponds to the given object ID for a 64-bit system.

See Also | Example

Signature

RetVal = object.ObjectIDToObject32(ID)

Object

Document
The object or objects this method applies to.

ID

Long; input-only
The object ID of the object to return.

RetVal

Object
The object that corresponds to the given object ID.

Remarks

This method can return only objects that are in the current document.

 

   Comments?