• 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: AppleScript-Users Digest, Vol 6, Issue 198
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AppleScript-Users Digest, Vol 6, Issue 198


  • Subject: Re: AppleScript-Users Digest, Vol 6, Issue 198
  • From: "Christian Sonntag <email@hidden>" <email@hidden>
  • Date: Mon, 4 May 2009 20:52:12 +0200

Excel examples for getting values:

tell application "Microsoft Excel"
set example1 to get value of range "A3:A3" of active sheet
set example2 to string value of range "A1:A1" of active sheet
set example3 to get value of range "F5:W22" of active sheet
end tell

Quark Example to placing text to a box:

tell application "QuarkXPress Passport"
tell document 1
set text of text box "Hauptrahmen" to Variable
end tell
end tell


Regards,
Christian

Am 04.05.2009 um 20:36 schrieb email@hidden:


Von: 
Nate Battles <email@hidden>
Datum: 30. April 2009 22:57:58 MESZ
An: <email@hidden>
Betreff: Excel and Quark


I need to get contents of specific columns and rows in an Excel sheet and place that content into a specific text box within a file in Quark.  How should I proceed?   So copy contents of column “FileType” and place in textBox “FileType”

Any help would be appreciated.

Thanks


 _______________________________________________
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: Re: Image Resolution
  • Next by Date: Re: test
  • Previous by thread: Re: test
  • Next by thread: Terminal Tabbing
  • Index(es):
    • Date
    • Thread