Skip to content

Instantly share code, notes, and snippets.

@jkubicek
Created April 8, 2011 23:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkubicek/910922 to your computer and use it in GitHub Desktop.
Save jkubicek/910922 to your computer and use it in GitHub Desktop.
Paste the current time into the currently selected Numbers.app cell
tell application "Numbers"
set current_cell to cell 0 of selection range of table 0 of sheet 0 of document 0
set value of current_cell to (current date) as string
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment