J
J.W. Aldridge
Any way to change the sort key to be wherever cell it lands on in
column C?
Not limited to row number 73,74.....
Sub Macro1()
LastRowColA = Range("c65536").End(xlUp).Row
Range(Selection, Selection.End(xlToRight)).Select
Selection.Sort Key1:="R74C3", Order1:=xlDescending,
Type:=xlSortValues, _
OrderCustom:=1, Orientation:=xlLeftToRight
End Sub
column C?
Not limited to row number 73,74.....
Sub Macro1()
LastRowColA = Range("c65536").End(xlUp).Row
Range(Selection, Selection.End(xlToRight)).Select
Selection.Sort Key1:="R74C3", Order1:=xlDescending,
Type:=xlSortValues, _
OrderCustom:=1, Orientation:=xlLeftToRight
End Sub