I am looking for an event that is triggered on sheet change or sheet activate. I have tried the installable trigger onChange(https://developers.google.com/apps-script/guides/triggers/events#change) and it actually triggers an event when a new sheet is inserted. This does not handle sheet change among existing sheets.
Has anyone got this working? Any inputs on this is appreciated.
Thanks