Hallo? und wie füge ich das in das bestehende Makro ein
ich habe dieses makro, das funktioniert nur auf ein tabellenblatt, soll aber in allen über Makrobefehl "w" ausgeführt werden
Sub austritt_versuch()
'
' austritt_versuch Makro
'
' Tastenkombination: Strg+w
'
Range("L1").Select
ActiveWorkbook.Worksheets("ocakbasi").Sort.SortFields.Clear
ActiveWorkbook.Worksheets("ocakbasi").Sort.SortFields.Add2 Key:=Range( _
"L1:L52"), SortOn:=xlSortOnValues, Order:=xlAscending, DataOption:= _
xlSortNormal
With ActiveWorkbook.Worksheets("ocakbasi").Sort
.SetRange Range("A2:AU52")
.Header = xlNo
.MatchCase = False
.Orientation = xlTopToBottom
.SortMethod = xlPinYin
.Apply
End With
End Sub
vielleicht kann mir wer Helfen, das wäre super