Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I Have a problem i am not sure how to solve. I have created a Sort
option seen below my problem is that i do not want to always stop in N24. Is there a way to solve this? Thanks in advance. Sub Sorty() Range("A12:N24").Select Selection.Sort Key1:=Range("D12"), Order1:=xlAscending, Header:=xlGuess, _ OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom Range("A12:B12").Select Selection.AutoFill Destination:=Range("A12:B23"), Type:=xlFillDefault Range("A12:B23").Select End Sub --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sorting range | Excel Discussion (Misc queries) | |||
sorting range | Excel Discussion (Misc queries) | |||
Sorting by range | New Users to Excel | |||
Sorting a Range | Excel Discussion (Misc queries) | |||
sorting a range | Excel Discussion (Misc queries) |