Re: Simple Excel Script not working
Re: Simple Excel Script not working
- Subject: Re: Simple Excel Script not working
- From: John Delacour <email@hidden>
- Date: Tue, 19 Aug 2003 22:49:35 +0100
At 4:10 pm -0500 19/8/03, Courtney Moore wrote:
I have now reduced my task to script a simple Excel command. But nothing
seems to be working.
I tried the script:
Tell application "Microsoft Excel"
Create New Workbook
End tell
I run it and it opens Excel and then gives me the error:
"Microsoft Excel got an error: Can't continue Create."
I works for me. In "real" Applescript one would say
make workbook
with optional 'new'. In Excel 'New' seems to be required, though the
dictionary says it is optional. However that doesn't explain why
it's not working for you.
JD
.
_______________________________________________
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.