I
Ian
Using Word 97.
I want to include text in a template, using INCLUDETEXT. When I specify
the *full* pathname of the file containing the text to be included, it
works fine.
But I don't want to specify a full pathname, because the template could
be installed anywhere. For complete portability, I just want to place
the template and the include file in the same folder, but I don't care
where that folder is.
In the template I have tried saying something like
~~~~~~~~~~
{INCLUDETEXT "includefilename.doc"}
~~~~~~~~~~
or
~~~~~~~~~~
{INCLUDETEXT ".\\includefilename.doc"}
~~~~~~~~~~
but the template cannot find the file.
Any ideas on how to tell the template that the include file is in the
same folder as the template?
I want to include text in a template, using INCLUDETEXT. When I specify
the *full* pathname of the file containing the text to be included, it
works fine.
But I don't want to specify a full pathname, because the template could
be installed anywhere. For complete portability, I just want to place
the template and the include file in the same folder, but I don't care
where that folder is.
In the template I have tried saying something like
~~~~~~~~~~
{INCLUDETEXT "includefilename.doc"}
~~~~~~~~~~
or
~~~~~~~~~~
{INCLUDETEXT ".\\includefilename.doc"}
~~~~~~~~~~
but the template cannot find the file.
Any ideas on how to tell the template that the include file is in the
same folder as the template?