I will distribute a spreadsheet with onOpen menu among several users. I would like to keep the menu definitions and functionality within a Library, so if I add some menu opt
error like: "Script function someFunction1 could not be found" is tring to call someFunction1 in the "local" code not the lib
see; https://code.google.com/p/google-apps-script-issues/issues/detail?id=1346
you can work around this by adding a stub function to the "local" code.