• 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: Very slow Applescript operation in iWork Numbers 09
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Very slow Applescript operation in iWork Numbers 09


  • Subject: Re: Very slow Applescript operation in iWork Numbers 09
  • From: Mads Fog Albrechtslund <email@hidden>
  • Date: Thu, 26 Nov 2009 10:57:55 +0100

Hey Yvan

I do not completely understand your solutions,
but it got my thinking and here is my own working solution:

tell application "Numbers"
tell document 1 to tell sheet 1 to tell table 1
set value of cell "A1" to 7654
set selection range to range "A1"
tell application "System Events"
tell process "Numbers"
set frontmost to true
keystroke "c" using {command down}
end tell
end tell
set theCellCount to count of every cell of column 1
set theRange to "A1:A" & theCellCount
set selection range to range theRange
tell application "System Events"
tell process "Numbers"
set frontmost to true
keystroke "v" using {command down}
end tell
end tell
end tell
end tell

Mads Fog Albrechtslund
Technical consultant
Artwork-Systems Nordic A/S
Denmark
 _______________________________________________
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: 
 >Very slow Applescript operation in iWork Numbers 09 (From: Mads Fog Albrechtslund <email@hidden>)
 >Re: Very slow Applescript operation in iWork Numbers 09 (From: Yvan KOENIG <email@hidden>)
 >Re: Very slow Applescript operation in iWork Numbers 09 (From: Yvan KOENIG <email@hidden>)

  • Prev by Date: [ANN] ModuleLoader 2.0
  • Next by Date: Re: Very slow Applescript operation in iWork Numbers 09
  • Previous by thread: Re: Very slow Applescript operation in iWork Numbers 09
  • Next by thread: Re: Very slow Applescript operation in iWork Numbers 09
  • Index(es):
    • Date
    • Thread