Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 757 Bytes

Excel.Shape.OLEFormat.md

File metadata and controls

36 lines (22 loc) · 757 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Shape.OLEFormat property (Excel)
vbaxl10.chm636130
vbaxl10.chm636130
Excel.Shape.OLEFormat
7f2ff868-a7cf-3a9f-4ad8-6213f55573ea
05/14/2019
medium

Shape.OLEFormat property (Excel)

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

Syntax

expression.OLEFormat

expression 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

[!includeSupport and feedback]