Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sort by column, not range | Excel Discussion (Misc queries) | |||
Unable to sort when column is included in range | Excel Discussion (Misc queries) | |||
Sort a range of data based on another column | Excel Discussion (Misc queries) | |||
formula to sort a range so that it matches the exact rows of a column that is outside that range? | Excel Discussion (Misc queries) | |||
excel change default column sort to current selection | Excel Worksheet Functions |