Skip to content

Instantly share code, notes, and snippets.

@ron4stoppable
Created June 13, 2016 15:11
Show Gist options
  • Select an option

  • Save ron4stoppable/87afd802503e1514399306db7b6ca849 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
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