Hello,
Can someone please help to suggest how to do dynamic multiple sorting with criteria in VBA?
I have a data table with header title : LOCATION, ITEM#, CATEGORY in different columns that i would like to sort the table in the following column sequence.
1st sort : LOCATION
2nd sort: CATEGORY
3rd sort : ITEM#
The Header Title is dynamically in different column on each report when the data table was extracted from the database.
Thank you for your help in advance.
Can someone please help to suggest how to do dynamic multiple sorting with criteria in VBA?
I have a data table with header title : LOCATION, ITEM#, CATEGORY in different columns that i would like to sort the table in the following column sequence.
1st sort : LOCATION
2nd sort: CATEGORY
3rd sort : ITEM#
The Header Title is dynamically in different column on each report when the data table was extracted from the database.
Thank you for your help in advance.