I’m very newbie when it comes to AS…
I was able to do one of the things I want to do which is change a cell’s content, but now I would like to rename a sheet (not a table).
Is this possible?
I’m very newbie when it comes to AS…
I was able to do one of the things I want to do which is change a cell’s content, but now I would like to rename a sheet (not a table).
Is this possible?
Someone at the Keyboard Maestro forum helped me with this:
tell application "Numbers"
tell front document
tell sheet "Sheet 1-1"
set name to "Fred"
end tell
end tell
end tell
It was too obvious and I hate it when I can’t see it right away… but now it’s working and it will save me so much time and work!