05-20-2009, 01:57 PM
Hi ,
Instead of FSO(FileSystemObject), u can use "Word.Application"
Just try with the below approach:
Instead of FSO(FileSystemObject), u can use "Word.Application"
Just try with the below approach:
Code:
Dim word
Set word = CreateObject( "Word.Application" )
word.Visible = True
Set doc= word.Documents.Open("Give ur required Word Doc. Path")