Re: Applescript from Excel button
Re: Applescript from Excel button
- Subject: Re: Applescript from Excel button
- From: Tom Bilski <email@hidden>
- Date: Tue, 04 May 2004 17:04:59 -0400
I tried making a new macro to run the script, as suggested by David Wignal,
it still returns the error message. One thing that I noticed is that the
script starts, there is a dialog that appears at the beginning of the
Applescript, then I get the error message from Excel.
I realized another problem has developed and this one is easy to duplicate.
I have a script that closes an open Workbook with saving No.
tell application "Microsoft Excel"
Close Workbook "test" saving "No"
end tell
Since I9ve update to 10.3.3 I still get a dialog box that asks if I want to
save the document. I back rev9ed to Excel10.1.2 and the problem goes away.
But I still can9t run the separate and original script (which does not
include the save command.) The entire Applescript runs fine if it is double
clicked in the Finder window. When attaching the script to a button in
Excel and running the 3MacScirpt2 macro command Excel appears not to receive
the acknowledgment from the Applescript application... UGH!
Any other sugesstions?
Tom
_______________________________________________
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.