Die Suche ergab 2 Treffer

von SUGON
So, 11.02.2007 20:38
Forum: Calc
Thema: TRIM(), LEN() und REPLACE() mit FunctionAccess
Antworten: 2
Zugriffe: 1059

TRIM(), LEN() und REPLACE() mit FunctionAccess

Hallo Winfried,

vielen dank für deine Beispiele. Habs verstanden und es Hilft mir sehr weiter!

MfG

SUGON
von SUGON
Sa, 10.02.2007 22:11
Forum: Calc
Thema: TRIM(), LEN() und REPLACE() mit FunctionAccess
Antworten: 2
Zugriffe: 1059

TRIM(), LEN() und REPLACE() mit FunctionAccess

Hallo,
ich bin in einem Artikel auf folgende Zeilen gestoßen. Aus einem Bereich wird mit der OO-Calc Funktion MIN() der kleinste Wert ermittelt.

svc = createUnoService( "com.sun.star.sheet.FunctionAccess" )
oSheet = ThisComponent.Sheets(0) ' Get leftmost sheet

REM CellRange mit Zahlen ...