In a mail merge, I need to insert a paragraph which contains formatted text
(some words are in bold), dependant on the value of a field in the data
(excel) file. I have used the "insert word field" button -"if...then..else"
option, which works OK except the text box appears to only except one foramt
for all characters.
Graham Mayor - 28 Jan 2006 12:56 GMT
Save the formatted text as an autotext entry and insert an autotext field eg
{IF{Mergefield fieldname} = "condition" "{Autotext "autotextname"}"}

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> In a mail merge, I need to insert a paragraph which contains
> formatted text (some words are in bold), dependant on the value of a
> field in the data (excel) file. I have used the "insert word field"
> button -"if...then..else" option, which works OK except the text box
> appears to only except one foramt for all characters.