Re: Excel ?
Re: Excel ?
- Subject: Re: Excel ?
- From: Paul Berkowitz <email@hidden>
- Date: Tue, 13 May 2003 19:09:52 -0700
On 5/13/03 6:14 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
--
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: | |
| >Excel ? (From: "John C. Welch" <email@hidden>) |