Hi,
I have some MS Word Documents which contain Custom XML - the custom XML is easily seen by changing the file extension to zip then opening in Windows Explorer, (for example).
I want to be able to quickly read and write to the custom XML
without opening the document in MS Word.
Basically I'm looking for the CustomXML equivalent of DSOFile OLE Document Properties Reader (
https://support.microsoft.com/en-us/kb/224351) which makes it possible to read and write custom and built-in document properties without opening the document in MS Word (or any other word processor).
I have found this MSDN article (
https://msdn.microsoft.com/en-us/library/dd819387(v=office.12).aspx) which provides a possible (albeit clunky) way forward involving decompressing the Word Document, editing the XML and then recompressing... I was hoping for something more direct.
I also attempted to use the OpenXMLSDK from MS but, this is for .Net and won't register in VBA :-(
Kind regards,