R
Ruas
It's possible to replace ("C:\MyDoc.doc") by the link I
have in a field?
Here is the sample:
Dim objWord As Word.Application
Set objWord = CreateObject("Word.Application")
With objWord
.Visible = True
.Documents.Open ("C:\MyDoc.doc")
(...)
Any idea?
Thanks.
Ruas
have in a field?
Here is the sample:
Dim objWord As Word.Application
Set objWord = CreateObject("Word.Application")
With objWord
.Visible = True
.Documents.Open ("C:\MyDoc.doc")
(...)
Any idea?
Thanks.
Ruas