Reputation: 37
I just started with Apps Script and I'm facing an issue. I am trying to use a custom function in a google sheet but I get the error "NAME?". My guess is that Google Apps Script does not have permission to access my Sheet files. Coud anyone help me? Thank you 🙂
Upvotes: 0
Views: 204
Reputation: 37
It works. turns out the binding wasn't done. I was trying to use a function defined in a stadalone script.
Upvotes: 1