Hi,

I'm currently developing an Excel Add-In to manipulate cells and worksheets and it's working fine. I'm using Microsoft.Office.Interop.Excel to help me accomplish this.


My problem is, I'm not able to catch the event on changing of tabs. What I'm trying to do is, I want to remove the users capability to browse other tabs in an excel document for some reasons without hiding the other tabs.

I hope someone can help.

Thanks.