Re: Simple Excel Script not working
Re: Simple Excel Script not working
- Subject: Re: Simple Excel Script not working
- From: Dave Balderstone <email@hidden>
- Date: Tue, 19 Aug 2003 15:32:06 -0600
On Tuesday, August 19, 2003, at 03:10 PM, Courtney Moore wrote:
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."
Anyone have anyway around this?
You have to tell it *where*
tell application "Microsoft Excel"
Create New Workbook at beginning
end tell
djb
_______________________________________________
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.