Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks guys. I'll give these a try.
"Don Guillett" wrote: Sub sortcoltoend() Range("B1:B" & Cells(Rows.Count, "b").End(xlUp).Row). _ Sort Key1:=Range("B1"), Order1:=xlAscending, Header:=xlGuess, _ OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom End Sub -- Don Guillett Microsoft MVP Excel SalesAid Software "Brent E" wrote in message ... Good day, I am looking for a formula or VBA Code to dynamically sort a range of cells from Cell B2 down to the end of the Column regardless of length of data in the column. Thanks in advance for any ideas or suggestions. Cordially, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Two subjects: Column sort and True/False in cell | Excel Worksheet Functions | |||
data, sort option is grayed. how to sort on a column? | Excel Discussion (Misc queries) | |||
how to sort column with cell pairs | Excel Worksheet Functions | |||
How can I sort a column by the last positions of each cell | Excel Discussion (Misc queries) | |||
Can you sort text in a column, but leave cell color alone? | New Users to Excel |