title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Shape.OLEFormat property (Excel) |
vbaxl10.chm636130 |
|
|
7f2ff868-a7cf-3a9f-4ad8-6213f55573ea |
05/14/2019 |
medium |
Returns an OLEFormat object that contains OLE object properties. Read-only.
expression.OLEFormat
expression A variable that represents a Shape object.
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
[!includeSupport and feedback]