1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
| Sub Tri_Planning_PETRI()
ThisWorkbook.Worksheets("Planning PETRI").Range("B4:H49").Sort Key1:=ThisWorkbook.Worksheets("Planning PETRI").Range("E4"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
ThisWorkbook.Worksheets("Planning PETRI").Range("I4:O49").Sort Key1:=ThisWorkbook.Worksheets("Planning PETRI").Range("L4"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
ThisWorkbook.Worksheets("Planning PETRI").Range("P4:V49").Sort Key1:=ThisWorkbook.Worksheets("Planning PETRI").Range("S4"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
ThisWorkbook.Worksheets("Planning PETRI").Range("W4:AC49").Sort Key1:=ThisWorkbook.Worksheets("Planning PETRI").Range("Z4"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
ThisWorkbook.Worksheets("Planning PETRI").Range("AD4:AJ49").Sort Key1:=ThisWorkbook.Worksheets("Planning PETRI").Range("AG4"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
ThisWorkbook.Worksheets("Planning PETRI").Range("AK4:AQ49").Sort Key1:=ThisWorkbook.Worksheets("Planning PETRI").Range("AN4"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
ThisWorkbook.Worksheets("Planning PETRI").Range("AR4:AX49").Sort Key1:=ThisWorkbook.Worksheets("Planning PETRI").Range("AU4"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
End Sub
Sub Tri_plan_1()
ThisWorkbook.Worksheets("Planning PETRI").Range("B4:H49").Sort Key1:=ThisWorkbook.Worksheets("Planning PETRI").Range("E4"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
End Sub
Sub Tri_plan_2()
ThisWorkbook.Worksheets("Planning PETRI").Range("I4:O49").Sort Key1:=ThisWorkbook.Worksheets("Planning PETRI").Range("L4"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
End Sub
Sub Tri_plan_3()
ThisWorkbook.Worksheets("Planning PETRI").Range("P4:V49").Sort Key1:=ThisWorkbook.Worksheets("Planning PETRI").Range("S4"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
End Sub
Sub Tri_plan_4()
ThisWorkbook.Worksheets("Planning PETRI").Range("W4:AC49").Sort Key1:=ThisWorkbook.Worksheets("Planning PETRI").Range("Z4"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
End Sub
Sub Tri_plan_5()
ThisWorkbook.Worksheets("Planning PETRI").Range("AD4:AJ49").Sort Key1:=ThisWorkbook.Worksheets("Planning PETRI").Range("AG4"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
End Sub
Sub Tri_plan_6()
ThisWorkbook.Worksheets("Planning PETRI").Range("AK4:AQ49").Sort Key1:=ThisWorkbook.Worksheets("Planning PETRI").Range("AN4"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
End Sub |
Partager