I'm using xsl to pass variables to the CustomDocumentProperties of the Word 2003 Doc being generated in order to use VBA to make decisions based on those variables.
The file populates with the data as needed, but after the following command, the new file doesn't contain the CustomDocumentProperties that were set.
ActiveDocument.SaveAs2 FileName:=path, FileFormat:=wdFormatDocument
Is there a way to save the document without stripping the custom document properties?