K
Kranthi
I want to programmatically convert .doc files to .docx format. In SaveAs
dialog "Maintain compatibility with Word 97-2003" checkbox is checked by
default and when I writing code in VBA, I could not find any way to uncheck
this option.
How can I convert .doc to .docx without maintaining this compatibility?
I tried setting the flag Document.OptimizeForWord97 = false and then saving
the document. But it does not seem to work.
Thanks
Kranthi
dialog "Maintain compatibility with Word 97-2003" checkbox is checked by
default and when I writing code in VBA, I could not find any way to uncheck
this option.
How can I convert .doc to .docx without maintaining this compatibility?
I tried setting the flag Document.OptimizeForWord97 = false and then saving
the document. But it does not seem to work.
Thanks
Kranthi