Obviously, I am doing something not quite right. If anyone can see what I am doing wrong, I would be ecstatic:
Option Explicit ' Must declare variables - clean programming technique
Public Sub MultiSort(ByRef currentSheet As Worksheet, _
ByVal sortColOne As String, ByVal sortOneDirection...