Document.OLEObjects Property
Visio Automation Reference |
Returns the OLEObjects collection of a document. Read-only.
Version Information
Version Added: Visio 5.0
Syntax
expression.OLEObjects
expression A variable that represents a Document object.
Return Value
OLEObjects
Remarks
The OLEObjects property returns an OLEObjects collection that includes any OLE 2.0 linked or embedded objects or ActiveX controls contained in a document, master, or page.
Example
This Microsoft Visual Basic for Applications (VBA) macro shows how to get the OLEObjects collection of an active page and print the ClassID and ProgID for each OLEObject object in the Immediate window. This example assumes that the active page contains at least one OLE 2.0 embedded or linked object or an ActiveX control.
Visual Basic for Applications |
---|
|
See Also