using word 2007 suppress blank line when merge field is empty

D

Doug Robbins - Word MVP

Use an If...then...Else field construction

{ IF { MERGEFIELD Address2 } = "" "{ MERGEFIELD City }, { MERGEFIELD State }
{ MERGEFIELD Zip }" "{ MERGEFIELD Address2 }[Enter]"{ MERGEFIELD City }, {
MERGEFIELD State } { MERGEFIELD Zip }" }

You must use Ctrl+F9 to insert each pair of field delimiters { } and use
Alt+F9 to toggle off their display. Insert a carriage return in the field
construction in place of the [Enter]

--
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top