How do we update =SUM(ABOVE)
formula after call to Document.MailMerge.ExecuteWithRegions
?
Result is saved directly as PDF, so pressing F9 in Word is not an option.
How do we update =SUM(ABOVE)
formula after call to Document.MailMerge.ExecuteWithRegions
?
Result is saved directly as PDF, so pressing F9 in Word is not an option.
Hi
Thanks for your request. Unfortunately, there is no way o update SUM formula. Currently Aspose.Words can update only DOCVARIABLE and DOCPROPERTY fields.
https://reference.aspose.com/words/net/aspose.words/document/updatefields/
So, the only option is updating fields manually or using macro in MS Word.
Best regards.