Rep: Numbers '08 (Selection range)
Rep: Numbers '08 (Selection range)
- Subject: Rep: Numbers '08 (Selection range)
- From: KOENIG Yvan <email@hidden>
- Date: Wed, 14 Jan 2009 18:17:48 +0100
Le 14 janv. 2009 à 17:02, KOENIG Yvan a écrit :
Done.
Your tracking number for this issue is Bug ID# 6495420.
Hello
In the Numbers AppleScript dictionary, there is no
get selection instruction.
To grab the current selected range, with several scripters, we
built a workaround.
--\[SCRIPT getSelectedCells]{code}
(*
Thanks to Scott Lindsey & Ed.Stockly from applescript-
email@hidden
*)
set {rName, dName, sName, tName} to my getSelection()
if rName is missing value then error "No selected cells"
Oops I left an oddity in one line of code which must be:
set {rName, tName, sName, dName} to my getSelection()
Yvan KOENIG (from FRANCE mercredi 14 janvier 2009 18:08:25)
_______________________________________________
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