http://api.openoffice.org/docs/common/r ... eData.html
Code: Alles auswählen
With ThisComponent.sheets().getbyname("Aufträge")
x = .getCellRangeByName("G1:G65536").GetDataArray()
.getCellrangeByName("H1:H65536").SetDataArray(x)
End With
Gruß
Stephan