Sort a range in VBA with System.Collections.ArrayList Numerically
Imagine you have a task to sort the range from column A based on the number after the last digit. A quick decision is to use Column “B” as a helping column where you write the cell, splitted by the …
Sort a range in VBA with System.Collections.ArrayList Numerically Read more »