J
Jesse
Try as I might I can't get the count of items in a pivot field.
I tried
Activesheet.PivotTables("BDStore").PivotField("Store").pivotitems.count
But that returns object doesn't support this property or method.
The pivotitems object does have a count property but I'm suspecting I'm not
using it correctly.
I tried
Activesheet.PivotTables("BDStore").PivotField("Store").pivotitems.count
But that returns object doesn't support this property or method.
The pivotitems object does have a count property but I'm suspecting I'm not
using it correctly.