Document.SaveAs - Word 2000/2002/2003 -> DOCX?

C

Colbert Zhou [MSFT]

Sure we just need a FileFormat number to pass in the SaveAs function.

Because the saving OpenXML document function is added by the AddOn, so in
previous Office object model, the SaveFormat number we want are not listed
in the constants. But we can get the FileFormat by iterating the
Application.FileConverters.

Here is an blog article describe how to do that,
http://blogs.msdn.com/microsoft_office_word/archive/2006/10/30/programmatica
lly-opening-saving-the-new-default-file-formats-in-previous-versions-of-offi
ce.aspx

If you have any further questions or concerns on this, just let me know and
I will follow up.


Best regards,
Ji Zhou
Microsoft Online Community Support
 
D

David Thielen

perfect - thanks - dave

Sure we just need a FileFormat number to pass in the SaveAs function.

Because the saving OpenXML document function is added by the AddOn, so in
previous Office object model, the SaveFormat number we want are not listed
in the constants. But we can get the FileFormat by iterating the
Application.FileConverters.

Here is an blog article describe how to do that,
http://blogs.msdn.com/microsoft_office_word/archive/2006/10/30/programmatica
lly-opening-saving-the-new-default-file-formats-in-previous-versions-of-offi
ce.aspx

If you have any further questions or concerns on this, just let me know and
I will follow up.


Best regards,
Ji Zhou
Microsoft Online Community Support


david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top