C
ckapilla
I am working on a Word Add-in that uses different extensions than the ususal
..doc/docx. I can save a document for earlier versions of Word by providing a
..doc file extension. The question is, is there a way to do that using a
different extension? (In my case they are .cbd/.cbdx).
Document.SaveAs does not seem to have a parameter that affects this
(wdSaveFormat apparently does not address this). Is the format totally
controlled by .doc/.docx extensions with no other way to specify what is
wanted?
I also need to go the reverse direction using the Office Compatibility Pack
from Word 2003.
thanks in advance for any insights you can give here.
..doc/docx. I can save a document for earlier versions of Word by providing a
..doc file extension. The question is, is there a way to do that using a
different extension? (In my case they are .cbd/.cbdx).
Document.SaveAs does not seem to have a parameter that affects this
(wdSaveFormat apparently does not address this). Is the format totally
controlled by .doc/.docx extensions with no other way to specify what is
wanted?
I also need to go the reverse direction using the Office Compatibility Pack
from Word 2003.
thanks in advance for any insights you can give here.