Hi
I need some help with the below sample code. Is it possible to use a variable as a case expression?
I have the following code that works.
For Each PivItem In _
PT2.PivotFields("Brands").PivotItems
Select Case PivItem.Name
Case "Cola", "Pepsi", "7UP", "Fanta"...