deutsches Forum rund um Apache OpenOffice und LibreOffice
Zum Inhalt
von clag » Do, 12.11.2009 11:59
von komma4 » Do, 12.11.2009 09:52
Code: Alles auswählen
With oSheet.Rows(5) .Hight = 500 .CellBackColor = &H00ff00 End With
von clag » Do, 05.11.2009 08:42
oSheet.Rows(5).Hight = 500 .CellBackColor = &H00ff00 .und weitere .Formate
Nach oben