Trigger applescript from within numbers?!?
Any thoughts on how to hack this? Unfortunately unlike every other Cocoa Application iWork apps doesn't support file URL links (arg!)
macbook, Mac OS X (10.5.6)
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
macbook, Mac OS X (10.5.6)
In this old beast named AppleWorks, a formula like this one:
=MACRO(":ƒµƒ:µ CoulCell5.app",2,"boulot",""&COLUMN(C2)&" "&ROW(C2)&" "&C2,A$1..C$6)
triggers the script
<startupVolume>:Applications:AppleWorks 6:AppleWorks Essentials:Scripts:ƒµƒ:µ CoulCell5.app"
when something is modified in the range A$1..C$6.
It's a very powerful tool.
May you insert it in Numbers ?
Since excel seems to remember the last row and column that was EVER used on that sheet!!! <</div>
In case you don't know (might be something I know that you don't!), you can fix that - at least until someone enters crap again.
You delete all the rows or columns past the true end of the data AND THEN SAVE THE FILE. If you check for the last row and column again, it should be correct. It won't correct itself until you do the save.
At least that's how it works on my Excel 2000.
application.worksheetfunction.counta(activesheet.range("A:A"))
Trigger applescript from within numbers?!?