Hi,
I am trying to sort/group my excel worksheets based on a customized array.
I currently used this below VBA that I found on this site, but it didn't work. The range is in cells A206:A340 in a sheet named 'Cost Center Summary'
VBA used:
Sub SortWS2()
Dim SortOrder As Variant
Dim Ndx...