Hi All,
I have a problem with getting my code to sort ascending.
Here is the code i have used -
If I delete the Order1:=xlAscending it does the sort but orders descending!![]()
Private Sub CommandButton1_Click() Worksheets("Postcode Model").Range("A12:K1000").sort _ Key1:=Worksheets("PostcodeModel").Columns("H"), Order1:=xlAscending End Sub
can anyone tell me what im doing wrong?
Thanks
Bookmarks