Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This should do it:
' This variable tells which position the field is in ' First position is 0 intFieldPos = 0 ActiveSheet.PivotTables("PivotTable1").PivotFields (intFieldPos).Orientat ion = _ xlHidden With ActiveSheet.PivotTables("PivotTable1").PivotFields ("Currency") .Orientation = xlRowField .Position = intFieldPos End With Let me know if this doesn't work. Mark --- Mark Bigelow mjbigelow at hotmail dot com http://hm.imperialoiltx.com *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Issue with pivot table | Excel Discussion (Misc queries) | |||
One pivot table cannot overlap another pivot issue. | Excel Discussion (Misc queries) | |||
Pivot Table Issue | Excel Worksheet Functions | |||
Pivot table sum issue | Excel Discussion (Misc queries) | |||
Pivot Table Issue | Excel Worksheet Functions |