Hello,
I have some strange behavior with finding merge fields in a table row. I have a Word docx with several tables, each with merge fields to define the table title, header titles and cell values. To construct the table for merge I locate the row by looking for a merge field with a certain suffix. This way I can add rows for each record I need to merge.
The code works fine, but when ...