I tried to implement the improved google script solution offered here: Google table: script to change the color of a row when a cell changes text; .
However, after debugging my script, it happened that my document is no longer available. It seems that my script is wrong and prevents the opening of my document ... The consequence is that I cannot disable / edit / delete the associated Google script, and I am stuck!
Do you have a way to solve this lock problem?
Thanks,
Fabien
UPDATE:. After further research, it seems that the cause of the problem is related to the endless script loop called from the onOpen () event trigger. Therefore, my question can be reformulated as follows:
How to stop a Google script application that gets into an infinite loop?
Is it possible to use another script to kill the execution of this erroneous script?
source share