Excel Save as Question
Excel Save as Question
- Subject: Excel Save as Question
- From: Oakley Masten <email@hidden>
- Date: Tue, 27 Nov 2007 14:05:58 -0800 (PST)
I'm sure there is a real easy answer to this one but I
can't find it.
Why doesn't this work?
I have to save the .xls file as a .txt file - tab
delimited.
tell application "Finder"
set targetFolder to choose folder
end tell
set NameToSaveAs to "Excel_Book_34.txt"
tell application "Microsoft Excel"
tell active workbook
--THIS DOES NOT WORK RIGHT YET
save as filename NameToSaveAs file format text tab
in targetFolder
end tell
end tell
I am always amazed at the many workable ways these
things can be done. [Why can't I find this one? :(
] Thanks for your help here.
Oakley
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden