OLEFormat Property From Microsoft Excel Visual Basic previous page next page Returns an OLEFormat object that contains OLE object properties. Read-only.ExampleThis example activates an OLE object. If Shapes(1) doesn’t represent an embedded OLE object, this example fails..Worksheets(1).Shapes(1).OLEFormat.Activate