J
J.W. Aldridge
Code below works fine but need range to be variable. May not be R61c4
(row 61). Need to sort on whatever row lands.
Sub Up_N_Fix()
'
Range("D65536").Select
Selection.End(xlUp).Select
Range(Selection, Selection.End(xlToRight)).Select
Selection.Sort Key1:="R61C4", Order1:=xlDescending,
Type:=xlSortValues, _
OrderCustom:=1, Orientation:=xlLeftToRight
End Sub
Thanx
(row 61). Need to sort on whatever row lands.
Sub Up_N_Fix()
'
Range("D65536").Select
Selection.End(xlUp).Select
Range(Selection, Selection.End(xlToRight)).Select
Selection.Sort Key1:="R61C4", Order1:=xlDescending,
Type:=xlSortValues, _
OrderCustom:=1, Orientation:=xlLeftToRight
End Sub
Thanx