I need your help. I have a spreadsheet with multiple sheets. One sheet has a range protected which is only editable by me. My problem is that I want users to run a script which edit cells in this range. I don't want them to edit it manually, only automatically.
I tried to add as editor the user and then remove the user from the editor list at the end of the script. I also tried to remove the protection.
However, when I run the script not as the owner it always gives an error message "You do not have the necessary permissions to edit the range"
Do you have any idea of how shoul I proceed?
Victor