I finally got my script down to add a data row at the selected row of a table.
The problem is, adding a row at row 4 replaces row 4. I need row 4 to become 5 and so on.
Has anyone ever come across a method for inserting a blank row?
Thanks!
I finally got my script down to add a data row at the selected row of a table.
The problem is, adding a row at row 4 replaces row 4. I need row 4 to become 5 and so on.
Has anyone ever come across a method for inserting a blank row?
Thanks!
NICE! This worked perfectly! I owe you about 16 hours of my life.
I’ve read most of Apple’s documentation, took VTC’s Applescript class, and scoured this BBS without finding this solution.
Thanks again.