Here is the code that will sort multiple columns at one go. Sub SortMultipleColumns() With ActiveSheet.Sort .SortFields.Add Key:=Range("A1"), Order:=xlAscending ...
確定! 回上一頁