Re: AS and Excel
Re: AS and Excel
- Subject: Re: AS and Excel
- From: "koenig.yvan" <email@hidden>
- Date: Tue, 20 Aug 2013 22:49:28 +0200
Hello
I am asked to convert this script :
tell application "Numbers" to tell document "maybe.numbers" to tell sheet 1 to tell table 1 set theValues to value of every cell of column 1 whose value is not 0.0 end tell
so that it may grab the same values from the file maybe.xls.
As I don't own/use µSoft products I have no idea of what the edited code would resemble to.
May you help me ?
Thanks in advance.
KOENIG Yvan (VALLAURIS, France) mardi 20 août 2013 11:49:31
Maybe it would resemble to :
tell application "Excel" to tell document "maybe.xls" set theValues to value of every cell of column 1 whose value is not 0.0 end tell but I can't test it so I am not sure that it's OK.
KOENIG Yvan (VALLAURIS, France) mardi 20 août 2013 22:49:21
|
_______________________________________________
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: | |
| >AS and Excel (From: "koenig.yvan" <email@hidden>) |