Update:
Range("A7:AV" & LastRow).Select
Selection.Sort Key1:=Range("J7"), Order1:=xlAscending, OrderCustom:=1, MatchCase:= _
False, Orientation:=xlTopToBottom
Selection.Sort Key1:=Range("B7"), Order1:=xlAscending, Key2:=Range("Z7"), Order2:=xlAscending, Key3:=Range("A7"), Order3:=xlAscending, OrderCustom:=1, MatchCase:= _
False, Orientation:=xlTopToBottom
The computer was always crashing at the sort - so I found another sort method. Now it does not crash. The PROBLEM:
1. The sort can only use 3 Keys - so I sort it, then re-sort
2. The computer that was crashing won't sort through VBA
Is there some setting that keeps it from doing?
Still unresolved
Bookmarks