dje71183
Industrial
- Dec 23, 2005
- 17
I am trying to sort in excel using VBA.
My code is
Problem is that its starts at the N,1500 and moves up to 1499, 1498, and so on. I would like it to start at N,69 then move down to n,70 N,71 and so on.
Any help would be awesome,
Daniel
My code is
Code:
Worksheets("Information").Range("N69:R1500").Sort _
Key1:=Worksheets("Information").Range("R1500"), _
Key2:=Worksheets("Information").Range("O69")
Problem is that its starts at the N,1500 and moves up to 1499, 1498, and so on. I would like it to start at N,69 then move down to n,70 N,71 and so on.
Any help would be awesome,
Daniel