I have a code into a spreadsheet (A) that does a copy of a sheet from another spreadsheet (B) the is activate from a trigger onOpen.
But trigger onOpen starts after 5 or 6 seconds, so a user can do some changes into the sheet. I would like to keep my sheet for those 10 seconds too. Have you an idea? I'm looking how to intercept calls before trigger open but I don't find documentation.
Thanks