Sub Kopieren() Dim lngLetzte As Long lngLetzte = IIf(IsEmpty(Cells(Rows.Count, 4)), Cells(Rows.Count, 4).End(xlUp).Row, Rows.Count) Selection.Copy Cells(lngLetzte + 1, 4) End Sub
58.7k Fragen
251k Antworten
7.3k Nutzer