Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Does anyone know how to open a *.doc file with launching the MS WORD?
Dim word As New word.Application word.Visible = True word.Documents.Open filename:=File
Dim word As New word.Application Set objWrd = CreateObject("word.application") word.Visible = True word.Documents.Open filename:=File It's better like this :-D