Supressing Blank Lines in a Word 2007 Mail Merge
January 11th, 2008Say for example, you have a data file with Address 1, Address 2, and Address 3. When you add the fields to your merge document, they look something like this:
«Address 1»
«Address 2»
«Address 3»
«City», «State» «Zip»
When you do the merge, if a record does not have a second or third address line, the result is something like this:
101 East Street
Anytown, US 12345
Rather than what you want:
101 East Street
Anytown, US 12345
The problem is that the default Normal style adds 10 pts of space between two paragraphs. When Word encounters a blank line with a space after value in a mail merge, it keeps the paragraph mark. The solution is to format the address fields with a style that does not place a space after each paragraph:
- You could use the Word 2003 style set. (Change Styles | Style Set in the Styles group on the Home tab.)
- You could create a new style called something like Normal No Space and format it to have 0 pt Spacing After each paragraph.
- You could also use the Don’t add space between paragraphs of the same style checkbox in the Paragraph dialog. Make sure to select only the list or this option will change the style for your entire document. (Paragraph dialog in the Paragraph group on the Home tab.)
- You could format the address lines and manually specify 0 pt Spacing After each paragraph. (Paragraph dialog in the Paragraph group on the Home tab.)
This shouldn’t be happening, but at least there is a solution.
2 Responses to “Supressing Blank Lines in a Word 2007 Mail Merge”
Leave a Reply
You must be logged in to post a comment.
February 5th, 2008 at 3:59 pm
I could not get this to work for me, perhaps because I dislike the 2007 styles so much, that I’ve set it to default to the 2003 style.
However, the address block button on the mailings ribbon seems to accomplish the same thing.
Love Ocadia, but it wasn’t compatible with the newest version of WP. I miss it.
February 5th, 2008 at 6:09 pm
Even the address block add the 10pt of extra space. The easiest fix I’ve found is to select the three or four address lines and using Home | Paragraph, check the Don’t add space between paragraphs of the same style checkbox.
It is a pain in the rear, but the fix does work.