• 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
OS 9 and Saving Excel Work Books
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

OS 9 and Saving Excel Work Books


  • Subject: OS 9 and Saving Excel Work Books
  • From: Jason Bourque <email@hidden>
  • Date: Mon, 29 Jul 2002 10:41:49 -0400

Does anyone know why won't the below work?


set vDestinationPathXLS to (path to desktop as text)

set vExcelPathName to "Excel Doc.xls"


tell application "Microsoft Excel"

Activate

set AlertBeforeOverwriting to false
set DisplayAlerts to false

set vNewWkbk to Create New Workbook

set vDestinationPathXLS to (vDestinationPathXLS & vExcelPathName as
text)
Save vNewWkbk In vDestinationPathXLS As xlNormal
Close Workbook vExcelPathName


set DisplayAlerts to true
set AlertBeforeOverwriting to true

end tell



Thanks,

Jason Bourque
Co-Director Boston AppleScript Users Group
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: OS 9 and Saving Excel Work Books
      • From: nellA hciR <email@hidden>
References: 
 >Re: unix style paths (From: Christopher Nebel <email@hidden>)

  • Prev by Date: Naming Files with Jaws PDF Creator
  • Next by Date: Re: Bounding Rectangle [and data type Rect]
  • Previous by thread: Re: unix style paths
  • Next by thread: Re: OS 9 and Saving Excel Work Books
  • Index(es):
    • Date
    • Thread