Glenn Masterson
New Member
- Joined
- Feb 17, 2005
- Messages
- 49
Here is a macro that I recorded
ActiveCell.Offset(0, -2).Range("A1:C57").Select
ActiveCell.Activate
Selection.Sort Key1:=ActiveCell, Order1:=xlDescending, Header:=xlNo, _
OrderCustom:=3, MatchCase:=False, Orientation:=xlTopToBottom, _
DataOption1:=xlSortNormal
The problem that I have is that it sorts from left to right. I need it to sort
from right to left, can anyone help me.
Glenn
ActiveCell.Offset(0, -2).Range("A1:C57").Select
ActiveCell.Activate
Selection.Sort Key1:=ActiveCell, Order1:=xlDescending, Header:=xlNo, _
OrderCustom:=3, MatchCase:=False, Orientation:=xlTopToBottom, _
DataOption1:=xlSortNormal
The problem that I have is that it sorts from left to right. I need it to sort
from right to left, can anyone help me.
Glenn