MailMerge with Regions - Groups of Three Table Rows

Hi,

I have a complex mail merge requirement which involves a table with groups of three rows for each record. I have tried MailMerge.ExecuteWithRegions, but it doesn't work because TableStart and TableEnd have to be on the same row.

Do you have any suggestions as to how this could easilly be acheived?

Regards

Jim

Hi Jim,

Thanks for your inquiry.

Yes, this is possible. You will need to use nested mail merge and set MailMerge.CleanupOptions option include RemoveEmptyParagraphs before merging.

These two techniques can be used to create an inner table that has as many rows as you want. During mail merge the RemoveEmptyParagraph setting will remove the paragraphs in between and the tables are joined together automatically before save.

Please see the attached template for a demonstration. Let us know if we can help with anything else.

Thanks,

Hi Adam,

Thanks for your advice and sample template.

Problem solved.

Regards

Jim

Hi Jim,


Thanks for your feedback. It is perfect that you managed to achieve what you were looking for. Please let us know any time you have any further queries.

Best Regards,

Can you send me this tempalte

@gusvd,

You can get sample template documents from the following GitHub Example’s section: