Re: Gespensterformel
Thomas Kaegi <[email protected]> Sat, 22 Nov 2014 11:51:01 +0100
| Newsgroups | gmane.os.apple.ragtime.german |
|---|---|
| Message-ID | <[email protected]> |
Hallo Jacques
Es geht auch ohne GUI-Scripting mit folgendem AppleScript:
tell application "RagTime 6.5"
set i to 1
repeat while cell ("A" & i) of table "Rechenblatt 1" of document 1 is not empty
set cell ("A" & i) of table "Rechenblatt 1" of document 1 to ""
set i to i + 1
end repeat
end tell
Gib dem Script einen Namen, dann kannst du es mit einem Knopf aufrufen.
Freundliche GrĂ¼sse, Thomas
#############################################################
This message is sent to you because you are subscribed to
the mailing list <[email protected]>.
To unsubscribe, E-mail to: <[email protected]>
To switch to the DIGEST mode, E-mail to <[email protected]>
To switch to the INDEX mode, E-mail to <[email protected]>
Send administrative queries to <[email protected]>