I am trying to work out how to build a sort when I do not know at the outset how many columns I need to sort on.
The first object was to see if I could pass the range and sort key dynamically. The following Macro does that getting range and column to sort by. When I try and build the entire...