AppleScript for conditional formatting, selection and deleting of rows
Hi all,
I am trying to solve 3 things in Apple numbers using applescript
Tab 1
- I want to apply conditional formatting of column "4", if it contains "konto" then apply "red", "budget" then apply green
- I want to apply data format "pop up" to column "5"
Tab 2
- I want to select all rows from 1 to row-before-last row and delete the rows - ie. if I have 100 rows, then select row 1-99 and delete them, leaving row 100
Can anyone help show me scripting the can do this?
Best regards...Jan