Thread
:
Sort selected range
View Single Post
#
1
Posted to microsoft.public.excel.programming
J.W. Aldridge
external usenet poster
Posts: 425
Sort selected range
How do I input the code to sort the selected range from here?
The range may be any row, so leave that portion open/variable.
Range("D65534").Select
Selection.End(xlUp).Select
Range(Selection, Selection.End(xlToRight)).Select
Reply With Quote
J.W. Aldridge
View Public Profile
Find all posts by J.W. Aldridge