• 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
Alert window at Excel 2004
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Alert window at Excel 2004


  • Subject: Alert window at Excel 2004
  • From: Gonçalo Miguel <email@hidden>
  • Date: Wed, 7 Dec 2005 09:19:26 +0000

Hi list i trying to build a script that use Excel 2004 and the document to open have links to other documents, and when AS open the document, appears a alert window asking if i want to "Ignore links" "Update" or "Edit links".
I look around the dictionary and came with this:

tell application "Microsoft Excel"
activate
open workbook workbook file name ("G5 Guga:Users:guga:Desktop:11401.xls")
do not update links
end tell


But still doesn’t work, than i try this

tell application "Microsoft Excel"
activate
open workbook workbook file name ("G5 Guga:Users:guga:Desktop:11401.xls")
do not update links
tell application "System Events"
keystroke return
end
tell
end tell


Does anyone have a idea how to make the window disappear from excel with AS
Thanks

Gonçalo Miguel

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Alert window at Excel 2004
      • From: Shane Stanley <email@hidden>
  • Prev by Date: Setting 'open with' via AS?
  • Next by Date: Re: Alert window at Excel 2004
  • Previous by thread: Re: Setting 'open with' via AS?
  • Next by thread: Re: Alert window at Excel 2004
  • Index(es):
    • Date
    • Thread