komme hier leider nicht weiter.
Bei folgenden Code, wird ja nach der ersten leeren Zelle ab Position 0,0 gesucht.
Code: Alles auswählen
ThisComponent.Sheets(0)
x = .Columns(0).queryEmptyCells()
z = x(x.Count-1).RangeAddress.StartRow
gruß marc
Moderator: Moderatoren
Code: Alles auswählen
ThisComponent.Sheets(0)
x = .Columns(0).queryEmptyCells()
z = x(x.Count-1).RangeAddress.StartRow
Code: Alles auswählen
ThisComponent.Sheets(0)
x = .Columns(0).queryEmptyCells()
z = x(x.Count-1).RangeAddress.StartRow
if z < 9 then
z = 10
end if