Re: Numbers: 'make new' failing in various ways?
Re: Numbers: 'make new' failing in various ways?
- Subject: Re: Numbers: 'make new' failing in various ways?
- From: KOENIG Yvan <email@hidden>
- Date: Wed, 01 Jun 2011 10:03:15 +0200
There is no bug here. You are just trying to use a wrong syntax. The correct syntax is not defined by Mr. Brennan but by the application designers. I use this handler for months.
my createNewTable(1, 1, "myNewTable", 69, 13)
on createNewTable(dName, sName, newTable, nb_rows, nb_columns) tell application "Numbers" to tell document dName to tell sheet sName make new table with properties {name:newTable, row count:nb_rows, column count:nb_columns} end tell end createNewTable
Yvan KOENIG (VALLAURIS, France) mercredi 1 juin 2011 10:02:00
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden