

Then follow the same way in method 1 to insert a new module and open it.Similarly, press “Alt+ F11” to open VBA editor.To start off, place all docx files in one file folder.Method 2: Batch Convert Word Docx Files to Doc Files
WORD DOC TO DOCX CONVERTER CODE
In code line “ strFolder = “E:\Temp\””, you should replace the “ E:\Temp” with the location of your file folder. Seconds later, you will find all doc files have been converted to docx files. SaveAs FileName:=strFolder & Replace(strFile, "doc", "docx"), FileFormat:=16 Documents.Open(FileName:=strFolder &strFile, AddToRecentFiles:=False, ReadOnly:=True, Visible:=False) StrFile = Dir(strFolder & "*.doc", vbNormal)

First and foremost, organize all file to be processed in one file folder.Method 1: Batch Convert Word Doc to Docx Files Thus, it’s of great necessity to find ways to convert between Word doc and docx files, better if it can achieve batch processing. Besides, you may be able to open doc files in Word with version of 2007 and higher, but some of the options can be restricted, causing inconvenience in editing. For example, you can’t open docx files in Word with version earlier before the 2007. Consequently, this leads to the difficulty of opening and editing sharing files. In team work, it’s likely that different members use different version of Word. Generally it’s been well-known that different Word versions save files in different types, with extensions like.

In this article, there are 3 quick ways for you to batch convert Word doc to docx files and vice versa.
