I've created a Google Apps Script file which sort of acts like a Master Code which I would like to use for multiple spreadsheets. Is there a way to 'import' the Google Apps Script or in a sense link it to the spreadsheets so I don't need to keep copy pasting all the code from the Master to the spreadsheets script editor?
Asked
Active
Viewed 77 times
2 Answers
0
Put a minimal script in the sheet and then include and call your "master code" as a library.

Andrew Roberts
- 2,720
- 1
- 14
- 26