D
Dave Kelly
My AppleScripts I used with Excel X have broken. Where can I find some
sample AppleScript code for working with Excel 2004???
sample AppleScript code for working with Excel 2004???
Tom B said:I have quite a few AppleScripts written for Excel. For the most part
I have been able to correct the problem in the script. One thing I
can not figure out is how to get the MacScipt function to run from a
button. I use it all the time in v.X. What changed? Is there ANY
documentation that describes the changes. I can read the AppleScript
dictionary, but running the MacScript function from the Excel macro
has changed and I can not figure it out. HELP please!
.../... When the AppleScript named
"Test" (saved as an application) is in the same folder as the Excel
Workbook the code is:
sub NewWeek()
MacScript ("Test")
End Sub
.../...
It is very basic code. I get the same error "Run-time error '5': Invalid
procedure call or argument."
Any ideas what I'm doing wrong?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.