Using the DocumentBuilder class I can successfully insert an OLE object, but when I double click that object, it doesn’t open in the word document but in a new window, and changes I make aren’t being updated on the word document if I update the excel sheet (it’s an embedded object).
I’d like to embed an excel file in a word document as an OLE object, and then open it and edit within the Word application. How can I do that?