Re: Gespensterformel
jacques villars <[email protected]> Sat, 22 Nov 2014 18:06:01 +0100
| Newsgroups | gmane.os.apple.ragtime.german |
|---|---|
| Message-ID | <[email protected]> |
Hallo Thomas une Liste,
Beide Lösungen haben ihre Vorteil :
Die erste Lösung (GUI-AppleScript) funktionniert in Zellen mit Formel- Wert- und Komponenteinhalt.
Die zweite Lösung funktionniert nicht mit Komponenten, aber das Skript kann als RT-AppleScriptbefehl (Menü Extra) in RT Hilfsmittel gespeichert werden.
das Skript habe ich so gespeichert :
tell application "RagTime 6.5"
set i to X
--X ersetzen!
repeat while cell ("X" & i) of table "X" of document 1 is not empty
--X ersetzen!
set cell ("X" & i) of table "X" of document 1 to ""
--X ersetzen!
set i to i + 1
end repeat
end tell
Damit wird ein Editierfenster automatisch geöffnet und man kann das Skript leicht adaptieren.
Grüsse,
jacques
#############################################################
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]>