Is it possible, and if so how, to listen to changes in an Excel range from within C# using the MS interop libraries?
I know how to read the value in a named range, but don't know how to listen and automatically pick up changes. Been through Google and not found anything to solve this...