VSTO: How to refresh a formula when a cell value changes
- by Bob
Hi there,
Let's say I have the formula =MyCustomFunction(D2), where MyCustomFunction is writen in an Excel AddIn using C#
How can I, in a sensible way, tell my formula to re-run when cell D2 is changed?