Hi,
I succesfully use the below script to save an Excel file. however, I have to save it as Unicode text rather than “text Mac”… When I use Excel 2004 Save as… there’s the option Unicode Text, but that 's not in Excel’s AppleScript dictionary. Any ideas? Thanks in advance!
Dirk
@“tell application "Microsoft Excel"\nSave in "%@" as text Mac\nClose active workbook saving No%@\nend tell”