how do I remove a line when a mergefield has no value

G

Graham Mayor

Not with vba!

Use a conditional field to insert the content and the line only when it
exists is one way.

{IF {mergefield fieldname} <> "" "
"Enter this"}

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Top