我設計了一個借用物品的 Google 試算表如連結:
https://goo.gl/qlDXlY
我想要的效果是:若 I 欄的值變成「逾期」,則自動寄信到 G 欄內的借用者 E-mail,
通知借用者該還物品了。
https://productforums.google.com/forum/#!topic/docs/wNPae26EtGI
其實我已經搜尋到討論區解答,但是因為沒有寫 Script 的基礎,不了解這篇文章的解答
要如何實際套用?
解答者說要
1. go to Tools –> Script Editor. You will see some 'code'.
2.Go to the Run menu and choose Initialize. The Google Script will now require
you to authorize the script – just click the Accept button and you’re done.
問題在於我的 Run menu 並沒有 Initialize 這個選項,只有一個 myFunction
方便請問先進們,要如何套用此解答裡的 Script 呢?感恩!
--
https://goo.gl/qlDXlY
我想要的效果是:若 I 欄的值變成「逾期」,則自動寄信到 G 欄內的借用者 E-mail,
通知借用者該還物品了。
https://productforums.google.com/forum/#!topic/docs/wNPae26EtGI
其實我已經搜尋到討論區解答,但是因為沒有寫 Script 的基礎,不了解這篇文章的解答
要如何實際套用?
解答者說要
1. go to Tools –> Script Editor. You will see some 'code'.
2.Go to the Run menu and choose Initialize. The Google Script will now require
you to authorize the script – just click the Accept button and you’re done.
問題在於我的 Run menu 並沒有 Initialize 這個選項,只有一個 myFunction
方便請問先進們,要如何套用此解答裡的 Script 呢?感恩!
--
All Comments