Numbers again
Numbers again
- Subject: Numbers again
- From: KOENIG Yvan <email@hidden>
- Date: Mon, 2 Feb 2009 21:01:41 +0100
Hello
Is one of you knowing a syntax allowing us to move a range of cells
in Numbers ?
I tried
tell application "Numbers"
tell document 1 to tell sheet 1 to tell table 1
move range "C6:D8" to cell "E20"
end tell
end tell
but got
tell application "Numbers"
move range "C6:D8" of table 1 of sheet 1 of document 1 to cell "E20"
of table 1 of sheet 1 of document 1
"Erreur dans Numbers09 : NSKeySpecifierEvaluationScriptError"
Other attempts to define the source reference refused to compile.
I just add that there is a sufficient number of rows and columns to
apply the move.
It's annoying because it's the only way to move the formulas and not
the values.
Yvan KOENIG (from FRANCE lundi 2 février 2009 21:01:38) _______________________________________________
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