• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Numerical scripting
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Numerical scripting (From: "R. Nelson Byrne" <email@hidden>)
 >Re: Numerical scripting (From: Michelle Steiner <email@hidden>)

  • Prev by Date: AppleScript Editor eat memory
  • Next by Date: Re: Numerical scripting
  • Previous by thread: Re: Numerical scripting
  • Next by thread: Re: Numerical scripting
  • Index(es):
    • Date
    • Thread