H
Henry
Hi
I have a framework of word documents which all have to link to a generic
word document which is always placed relative to the famework.
I would like to make the link in the documents with a relative path, instead
of the absolute path which is generated when using "paste special/link"
function.
I have tried to modufied the path in the "fields" but I cannot make it work
as expected.
This is what it looks like
{ LINK Word.Document.8 "\\\\Servdk03\\pharma\\LKP08_master\\Stamdata.doc"
"OLE_LINK19" \a \p }
This is what I'm looking for.
{LINK Word.Document.8 "\\..\\..\\..\\Stamdata.doc" "OLE_LINK19" \a \p}
However that doesn't seems to work.
I have a framework of word documents which all have to link to a generic
word document which is always placed relative to the famework.
I would like to make the link in the documents with a relative path, instead
of the absolute path which is generated when using "paste special/link"
function.
I have tried to modufied the path in the "fields" but I cannot make it work
as expected.
This is what it looks like
{ LINK Word.Document.8 "\\\\Servdk03\\pharma\\LKP08_master\\Stamdata.doc"
"OLE_LINK19" \a \p }
This is what I'm looking for.
{LINK Word.Document.8 "\\..\\..\\..\\Stamdata.doc" "OLE_LINK19" \a \p}
However that doesn't seems to work.