For years I have used Application.Dialogs(87).Template to return the name of the template that was first used to create a document. This worked even if the original template was no longer available and Word had connected itself to "Normal" instead.
In Word 2010, Application.Dialogs(87) returns "Normal" (the same as ActiveDocument.AttachedTemplate) if the original template is unavailable- even though the original template is listed in the "schemas.openxmlformats.org/package/2006/relationships" XML area.
How can I access this XML information with VBA?

- even though the original template is listed in the "schemas.openxmlformats.org/package/2006/relationships" XML area.



