Y
yolanda.silva
Hi... I'm trying to put in a macro that will sort the data in column
G... what I have now is:
Sub SortMe()
Cells.Sort Key1:=Range("G1"), Header:=xlYes
End Sub
But, this sorts in ascending order and I need it to be descending with
the highest on top? Is there a way to get it to reverse?
Thanks!
(I know I can manually sort but this will be a macro that is set to
auto-run when the file is open so that's why I want it incorporated
into the macro)
G... what I have now is:
Sub SortMe()
Cells.Sort Key1:=Range("G1"), Header:=xlYes
End Sub
But, this sorts in ascending order and I need it to be descending with
the highest on top? Is there a way to get it to reverse?
Thanks!
(I know I can manually sort but this will be a macro that is set to
auto-run when the file is open so that's why I want it incorporated
into the macro)