tanyaleblanc
Board Regular
- Joined
- Mar 16, 2019
- Messages
- 145
just looking to sort column D in ascending order, but I need all the columns to sort as well. When I use this code, its just sorting column d and the rest of the columns are mixed up and my data is now incorrect.
I do have a header in row 2 that I don't want included in the sort. I just want to sort everything from D3 down and expand selection so everything gets sorted correctly
Range("D3:d500").Sort Key1:=Range("d3"), Order1:=xlAscending, Header:=xlNo
I do have a header in row 2 that I don't want included in the sort. I just want to sort everything from D3 down and expand selection so everything gets sorted correctly
Range("D3:d500").Sort Key1:=Range("d3"), Order1:=xlAscending, Header:=xlNo