• 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
Numbers again
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Prev by Date: Excel: finding last used cell in a range
  • Next by Date: Re:Excel: finding last used cell in a range
  • Previous by thread: Re: Excel: finding last used cell in a range
  • Next by thread: Value of a date in Numbers
  • Index(es):
    • Date
    • Thread