Re: Scripting Numbers
Re: Scripting Numbers
- Subject: Re: Scripting Numbers
- From: Michelle Steiner <email@hidden>
- Date: Mon, 10 May 2010 10:30:35 -0700
On May 10, 2010, at 10:23 AM, Yvan KOENIG wrote: In other words, how do I write in the currently selected cell of the currently selected table of the currently selected sheet etc.?
Thanks Chris
tell application "Numbers" to tell document myDoc tell sheet mySheet tell table myTable set value of cell myRow of column myColumn to myValue end tell -- table end tell -- sheet end tell -Numbers
But how does he specify which document, sheet and table based on the selection?
-- Michelle
-- "If you don't preach in my school I won't think in your church"
|
_______________________________________________
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