
Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
Hi Doug (and PromisedOyster),
Inserting an INCLUDETEXT field via the Addif method doesn't work. Mainly
because inserting the INCLUDETEXT field in code requires the insertion range
to be available and, until the Addif process is complete, the target range
doesn't exist. The workaround is to insert a 'token' of some sort (eg the
string 'oTrueText') where the TRUE condition goes, then replace that 'token'
after the Addif process has completed. Whilst you could then put the
INCLUDETEXT field in that spot, you might find it's equally possible to
replace it with the contents of oTrueText explicitly.
Cheers

Signature
macropod
[MVP - Microsoft Word]
> Use an IncludeText field in place of the oTrueText and have the string in
> the file that is referred to in the IncludeText Field.
[quoted text clipped - 17 lines]
> >
> > I want to create an IF condition with quite long text strings
Doug Robbins - Word MVP - 10 Nov 2006 12:18 GMT
I would never use code to create a mailmerge main document.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Hi Doug (and PromisedOyster),
>
[quoted text clipped - 32 lines]
>> >
>> > I want to create an IF condition with quite long text strings