hello,
i tried using these codes
Dim objWord As Word.Application
Set objWord = New Word.Application
objWord.Visible = True
objWord.Documents.Open " & App.Path & \HelpFile.doc"
to open a word file but it doesnt seem to work?
will appreciate any help.
thanks.
