Hi,
This would help you to create a Word file and access it
This would help you to create a Word file and access it
Code:
Set objWord = CreateObject("Word.Application")
objWord.Visible = True
Set objDoc = objWord.Documents.Add()