다음을 통해 공유


Shape.OLEFormat Property (Excel)

Returns an OLEFormat object that contains OLE object properties. Read-only.

Syntax

.OLEFormat

A variable that represents a Shape object.

Example

This example activates an OLE object. If Shapes(1) doesn’t represent an embedded OLE object, this example fails..

Worksheets(1).Shapes(1).OLEFormat.Activate

참고 항목

개념

Shape Object

Shape Object Members