Hi, i'm trying to edit and allready open document from an Word addin. Is that possible? If so, where can i find some code samples?
Thanks :-)
I'm using VS2010, Word 2010...
Hi, take a look at this article:
Using Open XML to Improve Automation Performance in Word 2010 for Large Amounts of Data
-Eric
Isn't there a way to access the document directly from an Word addin with the same notation you use to create Word documents in Open Xml?
No, you have to use the approach that is detailed in that article. However, it is boilerplate code - you need not modify it at all.