Forum Discussion

amol bhosale's avatar
amol bhosale
Copper Contributor
Dec 14, 2023

How to select multiple items in Excel PIVOT with vba code

How to select multiple ITEMS in Excel PIVOT with vba code. I want to select store S846 and SG07 in PIVOT. Please suggest   VBA code: Range("B2").Select     ActiveSheet.PivotTables("PivotTable3")...

Resources