Re: Save as CSV applescript problem

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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

.



Relevant Pages