Sub
Neues_Tabellenblatt_erzeugen()
Dim
WS
As
Worksheet
Set
WS = Sheets(
"Gesamt"
)
With
Sheets.Add
WS.Columns(
"A:C"
).Copy .Cells(1, 1)
WS.Activate
ActiveCell.EntireColumn.Copy .Cells(1, 4)
Cells(1, Columns.Count).
End
(xlToLeft).Columns.EntireColumn.Copy .Cells(1, 5)
ActiveSheet.Name = Zelle.Value
End
With
End
Sub