Skip to content

Instantly share code, notes, and snippets.

@ron4stoppable
Created June 13, 2016 15:11
Show Gist options
  • Save ron4stoppable/87afd802503e1514399306db7b6ca849 to your computer and use it in GitHub Desktop.
Save ron4stoppable/87afd802503e1514399306db7b6ca849 to your computer and use it in GitHub Desktop.
function onEdit(e){
var range = e.range;
range.setNote('Last modified: ' + new Date());
}
@ron4stoppable
Copy link
Author

Adds a note to the cell which is edited, runs by default due to '(e)vent handler'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment