JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
975 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a trigger that runs a function whenever a cell value is changed in my worksheet (onChanged trigger). However I only want that trigger to run when the change is made by user in the UI, no when some other scrips in my add-in change the value of some cells. Is it doable?