OLEFormat Property [Excel 2003 VBA Language Reference]
Returns an OLEFormat object that contains OLE object properties. Read-only.
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
Applies to | Shape Object