Created
April 8, 2011 23:22
-
-
Save jkubicek/910922 to your computer and use it in GitHub Desktop.
Paste the current time into the currently selected Numbers.app cell
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
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