Code: Alles auswählen.
concatenate cell 'K2:K999' into h_cell.
call method of
sheet
'RANGE' = item
exporting
#1 = h_cell.
get property of item 'Columns' = columns.
call method of
columns
'TextToColumns'.