Worksheet.OLEObjects (Excel)

Returns an oleobjects that represents either a single OLE object (an OLEObject) or a collection of all OLE objects (an OLEObjects collection) on the chart or sheet. Read-only.

OLEObjects (Index)

Index: The name or number of the OLE object.


Dim oles As OLEObjects
Set oles = ActiveSheet.OLEObjects()