|
Hi there
Can someone tell me how to or direct me to an appropriate tutorial that can show me how I can, programmatically, insert an excel 2003 sheet into a word 2003 document by using the VSTO
EG:
Document a = WordDocument
Document b = ExcelSheet
a.Section(n).Insert(b, DisplayAsIcon)
I have hunted for advice on this but cannot find it anywhere. I am using VS.NET 2005 and am not fussed on a C# or VB.NET solution I just need to be able to insert the document.
Thanks! |