Hi board, this macro stops and gives an error when it doesn’t find anything else starting with F, can you help me find out why?
The FieldName & Pivot get passed in the calling of the macro
Dim pItem As PivotItem
For Each pItem In pt.PivotFields(strFieldName).PivotItems
If pItem.Value Like...