Re: excel script does not work
Re: excel script does not work
- Subject: Re: excel script does not work
- From: Paul Berkowitz <email@hidden>
- Date: Sun, 18 Aug 2002 13:24:58 -0700
On 8/18/02 1:07 PM, "Paul Berkowitz" <email@hidden> wrote:
>
it should be
>
>
tell application "MS Excel"
>
>
tell Worksheet 1 of Workbook 1
>
>
>
according to the Dictionary, so that's what I always use, and it always
>
works.
More accurately, it should of course be
tell application "Microsoft Excel"
tell Worksheet 1 of Workbook 1
but I think you know that.
--
Paul Berkowitz
_______________________________________________
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.