C
C Duden
How does one programmatically insert a linked item into an Excel
spreadsheet?
From my .NET Addin project, I am able to extract a linked item from a
Worksheet via the Shape and OLEObject objects. But I have been unsuccessful
in my attempt to imbed a linked item into the Worksheet.
I get a reference to the active Worksheet, then I attempt to use its
Shapes.AddOLEObject method, but I can't find any examples of how to use this
method (presuming this is the correct methodology to use to add a linked
item in the first place).
Any help would be appreciated.
spreadsheet?
From my .NET Addin project, I am able to extract a linked item from a
Worksheet via the Shape and OLEObject objects. But I have been unsuccessful
in my attempt to imbed a linked item into the Worksheet.
I get a reference to the active Worksheet, then I attempt to use its
Shapes.AddOLEObject method, but I can't find any examples of how to use this
method (presuming this is the correct methodology to use to add a linked
item in the first place).
Any help would be appreciated.