Is there some event in the libraries that can detect when the user who is working on the excel file, has run a macro?
For example, the user opens an excel document which contains an macro, than he runs the macro and the .net application, that is attached to that excel process detect the start macro event?
or maybe bind the macro function to a delegated event in the application..
Can the 'Run Macro' CommandBarControl click event be caught from the code behind?