Re: Save as CSV applescript problem
- From: "mattjlovell@xxxxxxxxx" <mattjlovell@xxxxxxxxx>
- Date: 23 Jan 2006 07:18:50 -0800
Hi,
I received this on the Macscripter list and it works!
Matt,
Try this:
tell application "Microsoft Excel"
activate
set f_path to path to desktop as string
save active workbook in f_path & "fooFile" as CSV
end tell
Regards,
Dave
.
- References:
- Save as CSV applescript problem
- From: mattjlovell@xxxxxxxxx
- Save as CSV applescript problem
- Prev by Date: Excel VBA MAC and PC compatibility
- Next by Date: Re: Excel VBA MAC and PC compatibility
- Previous by thread: Save as CSV applescript problem
- Next by thread: Excel VBA MAC and PC compatibility
- Index(es):
Relevant Pages
|