Sub
Makro3()
Columns(
"K:K"
).Cut
Columns(
"B:B"
).Insert Shift:=xlToRight
Columns(
"L:L"
).Cut
Columns(
"D:D"
).Insert Shift:=xlToRight
Columns(
"M:M"
).Cut
Columns(
"F:F"
).Insert Shift:=xlToRight
Columns(
"A:B"
).Sort Key1:=Range(
"A1"
), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=
False
, Orientation:=xlTopToBottom
Columns(
"C:D"
).Sort Key1:=Range(
"C1"
), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=
False
, Orientation:=xlTopToBottom
Columns(
"E:F"
).Sort Key1:=Range(
"F1"
), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=
False
, Orientation:=xlTopToBottom
Columns(
"B:B"
).Cut
Columns(
"N:N"
).Insert Shift:=xlToRight
Columns(
"C:C"
).Cut
Columns(
"N:N"
).Insert Shift:=xlToRight
Columns(
"D:D"
).Cut
Columns(
"N:N"
).Insert Shift:=xlToRight
End
Sub