J
J.W. Aldridge
After the following macro, I want to sort the selected range by column
J.
Sub Macro1()
Range("A100000").Select
Selection.End(xlUp).Select
Range(Selection, Selection.End(xlToRight)).Select
Range(Selection, Selection.End(xlUp)).Select
End Sub
J.
Sub Macro1()
Range("A100000").Select
Selection.End(xlUp).Select
Range(Selection, Selection.End(xlToRight)).Select
Range(Selection, Selection.End(xlUp)).Select
End Sub