• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Numbers: 'make new' failing in various ways?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Numbers: 'make new' failing in various ways?
      • From: Axel Luttgens <email@hidden>
  • Next by Date: Re: Create a string from raw data
  • Next by thread: Re: Numbers: 'make new' failing in various ways?
  • Index(es):
    • Date
    • Thread