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?
If the penalty on performance is not too great i.e. the spreadsheet is not huge with many calculations, then can you not simply set Application.Volatile=True in your function?
Application.Volatile=True
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
4 years ago
viewed
883 times
active
3 years ago