How to Use Conditional Fields in Word Mail Merge Without VBA

When you run a mail merge in Word, you often need to show different text, hide empty fields, or skip certain records based on data conditions. Manually editing each merged document defeats the purpose of automation. Fortunately, Word provides built-in conditional field codes that handle IF, THEN, ELSE logic without writing any VBA code. This … Read more

Why Word Mail Merge Adds Extra Decimals to Number Fields From Excel

When you run a mail merge in Word using an Excel spreadsheet as the data source, number fields such as prices, quantities, or percentages may appear with unexpected extra decimals — for example, 25.0000 instead of 25 or 19.990000000000002 instead of 20. This happens because Word interprets numeric data from Excel as floating-point values rather … Read more

How to Send Mail Merge Emails Through Outlook With Attachments per Recipient

You need to send personalized emails with attachments that differ for each recipient. The standard Word mail merge feature sends the same document to everyone. It does not natively attach separate files per recipient. This article explains how to use a Directory merge combined with a VBA macro to attach unique files from a folder … Read more