I have a few thousand files that I need to convert from .doc to .docx and to .txt.
When using objDoc.SaveAs(ProcessedFile) with the file extension .txt the file is saved with the .txt extension but is still in the .doc format. The .docx output extension throws a 1261: Ole: Exception.
Obviously I am missing a file format parameter. Can someone point me to the file format values and usage syntax?
TIA
Troy