T
The Vision Thing
I'm using the following code to sort a column by a specified column:
pivotName.PivotFields(arrAttributes(i)).AutoSort xlDescending, "$-Latest
Qtr"
How do I programmatically turn off autosort so that I can programmatically
turn off all filters?
Thanks,
Wayne C.
pivotName.PivotFields(arrAttributes(i)).AutoSort xlDescending, "$-Latest
Qtr"
How do I programmatically turn off autosort so that I can programmatically
turn off all filters?
Thanks,
Wayne C.