• 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: Use the Find button in Numbers with Applescript.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Use the Find button in Numbers with Applescript.


  • Subject: Re: Use the Find button in Numbers with Applescript.
  • From: Michelle Steiner <email@hidden>
  • Date: Fri, 14 May 2010 08:45:20 -0700

On May 14, 2010, at 8:29 AM, David Thompson wrote:

Michelle thanks for your response.

I need to change its content.  or at least get its row and column address.
If I cant select it then how can I do anything with it?

OK, to change a cell's content from "Windows 7" to "Mac OS X":

tell application "Numbers"
tell document 1
tell sheet 1
tell table 1
set value of the first cell whose value is "Windows 7" to "Mac OS X"
end tell
end tell
end tell
end tell

-- Michelle

-- 
Patriots demand freedom; sheep demand security.


 _______________________________________________
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

  • Follow-Ups:
    • Re: Use the Find button in Numbers with Applescript.
      • From: David Thompson <email@hidden>
References: 
 >Use the Find button in Numbers with Applescript. (From: David Thompson <email@hidden>)
 >Re: Use the Find button in Numbers with Applescript. (From: Michelle Steiner <email@hidden>)
 >Re: Use the Find button in Numbers with Applescript. (From: David Thompson <email@hidden>)

  • Prev by Date: Re: Use the Find button in Numbers with Applescript.
  • Next by Date: Re: Revisited: Selecting a pop up button value in a Print dialog
  • Previous by thread: Re: Use the Find button in Numbers with Applescript.
  • Next by thread: Re: Use the Find button in Numbers with Applescript.
  • Index(es):
    • Date
    • Thread