I wanted to change the value or result of all the mail merge fields in word doc using the value from excel file and save it as different files for all the rows in excel.

Now I can find the code of the field with one variable like this field `MERGEFIELD Name` uses `Name`

so I can do

Please Login or Register  to view this content.
to change the value of Name field.

But I am not sure how can I change the fields which uses more than one variable like the following filed code has `Model_Amt` and `Model_Pct` variables :

Please Login or Register  to view this content.