Hi! how can I reorganize the order of the pivot fields: Client Type, Product, Side. When I run the below, the rows are in the following order: side, product, client type:
'START pivot
ActiveSheet.UsedRange.Select
ActiveWorkbook.PivotCaches.Add(SourceType:=xlDatabase, SourceData:= _...