Re: AppleScript commandsa for AppleWorks Spread Sheets
Re: AppleScript commandsa for AppleWorks Spread Sheets
- Subject: Re: AppleScript commandsa for AppleWorks Spread Sheets
- From: "Paul F. Henegan" <email@hidden>
- Date: Sun, 30 Jun 2002 07:54:39 -0400
on 28.05.2002 19:24, Robert Christy at email@hidden wrote:
>
tell file "Crude Oil Futures"
>
>
end tell
>
end tell
>
>
>
I have looked carefully at the AppleWorks dictionary
Hi Bob,
It might work better if you change that to
<tell document "Crude Oil Futures">
or better
<tell the result>
since <file> is a property of <document> in the AW dictionary.
HTH,
paul
--
Paul F. Henegan
<email@hidden>
_______________________________________________
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.