• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
excel Save as Question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: excel Save as Question
      • From: Shane Stanley <email@hidden>
  • Prev by Date: Mail.app - Can't get contents of email with attachments
  • Next by Date: How to get entry index of footnote in Word 2004?
  • Previous by thread: Re: Excel Save as Question
  • Next by thread: Re: excel Save as Question
  • Index(es):
    • Date
    • Thread