Alert window at Excel 2004
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