Re: Numerical scripting
Re: Numerical scripting
- Subject: Re: Numerical scripting
- From: Yvan KOENIG <email@hidden>
- Date: Sat, 23 Jan 2010 22:42:36 +0100
Le 23 janv. 2010 à 21:45, Michelle Steiner a écrit : tell application "Numbers" tell document 1 tell sheet 1 tell table 1 value of cell "b2" end tell --table end tell -- sheet end tell -- document end tell -- application
an alternate way is :
tell application "Numbers" tell document 1 tell sheet 1 tell table 1 value of cell 2 of column 2 end tell --table end tell -- sheet end tell -- document end tell -- application
Yvan KOENIG (VALLAURIS, France) samedi 23 janvier 2010 22:42:18
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden