Re: How is the applescript support in Office 2004?
Re: How is the applescript support in Office 2004?
- Subject: Re: How is the applescript support in Office 2004?
- From: David Weiss <email@hidden>
- Date: Thu, 20 May 2004 10:59:10 -0700
No, the Office Test Drive has the AppleScript support full enabled. To
see the differences from the Test Drive and the Full Version see
<
http://www.microsoft.com/mac/default.aspx?pid=office2004tdreadme#four>
Check out the dictionary. It has been radically improved in every
application. This might cause a few of your scripts to break. I believe
the code you use below will only work with previous versions of Office.
David Weiss
On May 20, 2004, at 10:48 AM, Bill wrote:
David,
From personal experience the support is amazing! (I'm biased) The
dictionary is as big if not bigger than AppleScript Studio's
dictionary and has a depth to it that is truly amazing.
Thanks for your reply :)
I tried the Office 2004 test drive, to my surprise, the following
script returns missing value, when cell A1 contains text "ABC"
tell application "Microsoft Excel"
tell Sheet 1 of document 1
get Value of Cell 1 of Row 1
end tell
end tell
-- missing value
nor set the value of any cell.
Well, is it related to test drive version?
TIA
bill
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.