excel Save as Question
excel Save as Question
- Subject: excel Save as Question
- From: Oakley Masten <email@hidden>
- Date: Thu, 29 Nov 2007 12:48:25 -0800 (PST)
-->On 28/11/07 9:05 AM, "Oakley Masten"
<email@hidden>
--> wrote: Why does'n this work?
--> save as filename NameToSaveAs file format text tab
in targetFolder
--> Shane Stanley <email@hidden> wrote
--Try this:
tell application "Microsoft Excel"
tell active sheet
save as filename (((targetFolder) as string) &
NameToSaveAs) file format text tab
end tell
end tell
Thank you Shane but this still did not work for me. It
should have but did not.
I don't know why. Did I leave something out?
Oakley
--Stan Cleveland Wrote:
--There's also this variation from Excel's Standard
Suite:
tell application "Microsoft Excel"
tell active sheet
save in ((targetFolder as text) & NameToSaveAs) as
text Mac
end tell
end tell
Stan
This works great. Thanks for the help.
Oakley
As always: This list is golden. I love being able to
get help from all over the world.
_______________________________________________
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