Is there any API to insert an OLEObject (Word document) into the Excel Worksheet? I need this feature for a business application and it would be great to get rid of the native API (very slow)
The equivalent interop API is Sheet.Shapes.AddOLEObject.
The equivalent interop API is Sheet.Shapes.AddOLEObject.