I have developed the VSTO addin in c# and now i want to add event to SheetChanged,SheetSelectionChanged,WorkBookActivate, WorkBookDeactivate. How can I achieve this? Can I use the same Commandbar event to do this? Or is there any difference between the commandbars and VSTO event handlers?Please help me in this.
I am using .net 4.0 developing the addin for Office 2010. Please someone help me in this. Thanks in advance.