Created
June 13, 2016 15:11
-
-
Save ron4stoppable/87afd802503e1514399306db7b6ca849 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function onEdit(e){ | |
| var range = e.range; | |
| range.setNote('Last modified: ' + new Date()); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adds a note to the cell which is edited, runs by default due to '(e)vent handler'