Re: Applescript-users Digest, Vol 2, Issue 40
Re: Applescript-users Digest, Vol 2, Issue 40
- Subject: Re: Applescript-users Digest, Vol 2, Issue 40
- From: "Adam K. Wuellner" <email@hidden>
- Date: Thu, 20 Jan 2005 15:41:42 -0600
On Jan 20, 2005, at 3:16 PM, Jim Murphy wrote:
Worksheet are inside of a workbook so to make a worksheet you would do
the
following
tell application "Microsoft Excel"
activate
set new_WB to make new workbook
tell new_WB
make new worksheet at beginning
end tell
end tell
Thanks, Murf. I had tried telling a workbook object that, but I had
not included "at beginning", which seems to have been the show-stopper.
I had tried some form of telling it where to make the sheet, but I
can't remember the form I used, and obviously it was incorrect.
The script is running as I type this. Thanks again.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden