Can I open access to the sheets for editing, with the ability to run scripts. But do not give access to viewing and editing scripts? Or how can I give users access to run scripts without changing them?
Asked
Active
Viewed 67 times
-1
-
Make a standalone script and [publish it as an add-on](https://developers.google.com/apps-script/add-ons/publish) – random-parts Oct 04 '17 at 18:45
1 Answers
-1
Yes, this is easily done. However, from experience, ensure you extensively test your scripts and add all the necessary error handling before distributing it.
Basically, what you need to do it create a new standalone script file, save a version and then distribute the project key to your users or if you are creating a template that the user will make a copy of then call the functions in the script editor of the template file.

James D
- 3,102
- 1
- 11
- 21