L
Luca Brasi
I would like to use something like
Set doc = Documents.Open("C:\Test.dot")
doc.SaveAs "C:\Test.dotx", WdSaveFormat.wdFormatXMLTemplate
to convert several old templates in the new Word 2007 file format.
Problem is that the saved new templates still are in compatibility mode.
Can I turn that off with VBA?
Thanks for any hints.
Set doc = Documents.Open("C:\Test.dot")
doc.SaveAs "C:\Test.dotx", WdSaveFormat.wdFormatXMLTemplate
to convert several old templates in the new Word 2007 file format.
Problem is that the saved new templates still are in compatibility mode.
Can I turn that off with VBA?
Thanks for any hints.