Hey there,
I'm working on code which loads data into multiple pivot tables in a user form. I want to sort some tables to be sorted alphabetically, and some to be sorted custom (specifically, AAA, AA, A, BBB, BB, B).
I'm new to VB and not sure if there's a sorting property for the PivotTable object that I can play around with to only sort some tables like I mentioned or if I should approach it a different way.
Any help would be greatly appreciated, thanks.
I'm working on code which loads data into multiple pivot tables in a user form. I want to sort some tables to be sorted alphabetically, and some to be sorted custom (specifically, AAA, AA, A, BBB, BB, B).
I'm new to VB and not sure if there's a sorting property for the PivotTable object that I can play around with to only sort some tables like I mentioned or if I should approach it a different way.
Any help would be greatly appreciated, thanks.