I need a way to convert .doc or .docx extensions to .txt without installing anything. I also don\'t want to have to manually open Wor
.doc
.docx
.txt
You can't do it in VBA if you don't want to start Word (or another Office application). Even if you meant VB, you'd still have to start a (hidden) instance of Word to do the processing.