vba sort the data Z to A

The solution for “vba sort the data Z to A” can be found here. The following code will assist you in solving the problem.

Sub sb_VBA_Sort_Data_Ascending()
Range(“A1:D10”).Sort _
Key1:=Range(“A1”), Order1:=xlAscending
End Sub

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts