Applescript from Excel button
Applescript from Excel button
- Subject: Applescript from Excel button
- From: Tom Bilski <email@hidden>
- Date: Wed, 28 Apr 2004 17:04:06 -0400
Hi,
I am an experienced AppleScript user and ran into a situation that I need
help with. I use a combination of Excel macros and AppleScript from within
Excel spread sheets. In this particular instance I have a macro that is
launched from a button. The macro line is simply...
Sub ExportToUnix()
MacScript ("Manufacturing:Scripts:ExportToUnix")
End ExportToUnix
I have been using this macro and script (and many like it) for several years
without any problems.
I ran into a problem when I updated to OSX 10.3.3. Now, when I try to run
this macro I get one of two problems. Either I get a 3Microsoft Visual
Basic2 dialog box that states 3Run-time error 59: Invalid procedure or
argument... Or the script executes and then I get the same message.
Is anyone aware of a change in AppleScript that would cause such a problem?
Any idea what I can try to get around it?
Thank you,
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.