I manage about 30 Google spreadsheets for my department. Each of them uses the same 1000 lines or so of code (Google Apps Script) for various maintenance tasks. Each time I need to update the code, which is often, I have to open each spreadsheet, open the script editor, and paste the code in.
Obviously, this is very time-consuming and inefficient. I need a way to update all of them at once. Using a library would slow them down too much, and the ScriptApp does not seem to have any methods that can do this.
I would greatly appreciate any help you can provide. Thank you for your time.