what are the steps of sorting the column using a Macro
Answers
Answered by
0
Answer:
For example, if you want to sort column A, you need to use key:=Range(“A1”) Order – here you specify whether you want the sorting in an ascending order or the descending order. For example, if you want the sorting in ascending order, you will use Order:=xlAscending.
Explanation:
please follow
Similar questions