I am not sure whether I understand exactly what you want. Maybe something
like this:
Dim strPath As String
c = ActiveDocument.CustomDocumentProperties("Project").Value
strPath = "G:\Project\" & c & "\Contacts\Word.doc"
If c is "MyProject", the variable strPath now holds the value:
G:\Project\MyProject\Contacts\Word.doc

Signature
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word
> Hi,
>
[quoted text clipped - 9 lines]
>
> Ben Z.
Benz - 20 Nov 2007 17:15 GMT
Yes, Thank you for your help!
> I am not sure whether I understand exactly what you want. Maybe something
> like this:
[quoted text clipped - 21 lines]
> >
> > Ben Z.