Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Attendance tracking in Numbers '09 via AppleScript' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Attendance tracking in Numbers '09 via AppleScript
Authored by: jaxjason on Feb 11, '09 10:05:23AM

Can't the second script basically be done with a conditional format on the range? Why, other than an example of scripting, would it be different? (Just a question, if just an exmaple, its a very good one showing how to get selected ranges, individual elements and set properties for cells).

Thanks,
Jason



[ Reply to This | # ]
Attendance tracking in Numbers '09 via AppleScript
Authored by: mr. applescript on Feb 11, '09 10:50:19AM

Two reasons: 1) If you address all cells, then the top left cell will change color too since it is empty and will return a default value of 0 which is read as false. 2) You're right, they're examples of how to select a range and set cell properties ;-)



[ Reply to This | # ]
Attendance tracking in Numbers '09 via AppleScript
Authored by: arsov on Feb 12, '09 06:09:34AM

Hi!
I'm new to scripts in general. I looked trough the first script. What I would like to do is make the script follow track attendance only on Sundays. What do I need to change?
Thanks.



[ Reply to This | # ]