Thread
:
Pivot Charts
View Single Post
#
1
Posted to microsoft.public.excel.programming
Brad Vontur[_2_]
external usenet poster
Posts: 16
Pivot Charts
Try something like this
Dim f As PivotFiel
For Each f In Chart1.PivotLayout.PivotField
f.Orientation = xlHidde
Nex
-Brad
Reply With Quote
Brad Vontur[_2_]
View Public Profile
Find all posts by Brad Vontur[_2_]