OLEFormat.Object Property
PowerPoint Developer Reference |
Returns the object that represents the specified OLE object's top-level interface. Read-only.
Syntax
expression.Object
expression A variable that represents an OLEFormat object.
Return Value
Object
Remarks
This property allows you to access the properties and methods of the application in which an OLE object was created.
Use the TypeName function to determine the type of object this property returns for a specific OLE object.
Example
This example displays the type of object contained in shape one on slide one in the active presentation. Shape one must contain an OLE object.
Visual Basic for Applications |
---|
|
This example displays the name of the application in which each embedded OLE object on slide one in the active presentation was created.
Visual Basic for Applications |
---|
|
This example adds text to cell A1 on worksheet one in the Microsoft Excel workbook contained in shape three on slide one in the active presentation.
Visual Basic for Applications |
---|
|
See Also