Re: Excel ?
Re: Excel ?
- Subject: Re: Excel ?
- From: Paul Berkowitz <email@hidden>
- Date: Tue, 13 May 2003 21:34:30 -0700
On 5/13/03 8:44 PM, "John C. Welch" <email@hidden> wrote:
>
>> Okay, so I have a tab delimited file I want to open in Excel. "OpenText"
>
>> seems to be what I want, but I'm not able to pass it the file reference it
>
>> wants.
>
>>
>
>>
>
>> Ideas?
>
>
>
>
>
> It wants a file path, not an alias, although it doesn't say so.
>
>
>
>
>
> tell application "Microsoft Excel"
>
> OpenText "OS X HD:Users:berkowit:Documents:More Bugs:Contacts Export
>
> EvX.txt" with TabDelimiter
>
> end tell
>
>
Yep, I figured it out about ten minutes after I sent...i'd ask why, but
>
since it works, I don't care ;-)
I'd guess VBA compatibility or parallelism, and/or somebody forgot
AppleScript doesn't usually work that way...
--
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.
References: | |
| >Re: Excel ? (From: "John C. Welch" <email@hidden>) |