What I want to do within my gsuite account:
To (dynamically) associate a script with multiple sheets so I can maintain their common code in one file. (e.g. populate a custom menu with options that display when that spreadsheet opens.)
What I've tried:
- created a script using the script editor at https://script.google.com , but was unable to associate the script with a sheet
- loading the externally created script through the script editor's "File > open" option
- creating a script directly from a sheet using the script editor option from the sheet's menu but found no option to share it
- publishing the script, but it seems like this makes the script accessible to the general public
- I've read about container bound scripts, but I find the documentation unclear and am unsure how to proceed.