Re: AppleScript-Users Digest, Vol 6, Issue 198
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
Datum: 30. April 2009 22:57:58 MESZ
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