How to create raw word Application then load Folder and Files ?
Public Sub creatdocx()
Dim NewWord
Dim NewDoc
Dim CXP As CustomXMLPart
Path = ThisWorkbook.Path & "\"
DocPath = Path & "Word.docx"
SrcPath = Path & "root"
Set NewWord = CreateObject("word.Application")
'creating Word application...