Hi,
I'm trying to create a flexible version of the recursive quick sort model where you can send the following input to the function:
'arrInput: array to sort
'sortKey: row or column to sort on
'sortOrder: xlAscending or xlDescending
'sortOrientation: xlSortRows or xlSortColumns
'header: True...