import folder of .txt files into word document
问题 I've found a lot on importing folder of .txt files into excel, but not many on importing .txt files into word. I'm trying to get my macro to open all .txt files in a specific folder and import them into a single word document, with each .txt file having its own page. This is the code I have so far (that I found online): Sub AllFilesInFolder() Dim myFolder As String, myFile As String myFolder = Application.FileDialog(msoFileDialogFolderPicker) With Application.FileDialog