-1

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?

Mogsdad
  • 44,709
  • 21
  • 151
  • 275
Zzema
  • 197
  • 1
  • 2
  • 16

1 Answers1

-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.

Google Documentation on creating librarys

Google Documentation on creating a version

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