August 2nd, 2012, 1:05 am
How this 3rd party software publish data to this temp sheet? Forcefully write to the cell? some kind of RTD? or something else? If there is a way to directly intercept its "writing", it may be the best option.If you have to capture the tick from the temp excel sheet itself, the first thing you will have to do is to get a handle of the temp sheet (binding using Marshal?) If you can achieve this, both C++ and C# can hook to all these changed events, though personally I think programming in C# is easier.