|
|
|
|
|
|
|
|
Office
Question:I have a name column and a column next to that with time, example (0 h: 51 m: 31 s). There may be up to 10 columns, the names of 10 with 10 times.Ranges are:Column name C4: C13Time column D4: D13I would like a code to sort them to lower both the times higher in the following ranges:Column name C21: C30Time column D21: D30Thank youAnswer:HelloTry thisSub sort_Time()Dim C As RangeRange ("C4...Read More
Posted: 18 Apr 2012
Tags:
VBA to sort columns
VBA
sort
columns
|
|
|
|
|
|
|
|
|
|
|
|