05-20-2009, 02:01 PM
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()