Hey guys,
I am new to AppleScript and need some help!


I am trying to automated file saving process in Excel from .xls to .txt (tab delimited format).
Can someone help me with the script? please!
here is what I have... and it does not work...
tell application "Excel"
save active workbook as text Mac file format
end tell
thanks!
I am new to AppleScript and need some help!
I am trying to automated file saving process in Excel from .xls to .txt (tab delimited format).
Can someone help me with the script? please!
here is what I have... and it does not work...
tell application "Excel"
save active workbook as text Mac file format
end tell
thanks!