By using expertatexcel.com you agree to our cookie policy, We and our partners operate globally and use cookies, for multiple purposes

Become an Σxpert at Σxcel.com

 


Standard VBA/Excel (15 of 1182)

(Clear Filter = *Pivot*)

Activesheet.PivotTables("PivotTable11").PivotFields("CtryOfDom").PivotItems ' recorded
Hide PivotTable items
ActiveSheet.PivotTables("PivotTable3").ChangePivotCache ... ' recorded
ActiveSheet.PivotTables("PivotTable3").PivotCache.Refresh ' recorded
ActiveSheet.PivotTables("PivotTable3").PivotFields("Region").ClearAllFields 'recorded
ActiveSheet.PivotTables("PivotTable3").PivotFields("Region").CurrentPage = sValue
ActiveSheet.PivotTables("pt1").PivotFields("Acct_nbr").Autosort xldescending, sort ' recorded
ActiveSheet.PivotTables("pt1").PivotFields("coper_id").PivotFilters.Add Type:=xlTopCount, DataFiled:=... ' recorded
ActiveSheet.PivotTables("pt1").ColumnGrand = True ' recorded
PivotFields("field_name").Orientation = xlRowField
PivotFields("field_name").Position = 6
PivotFields("field_name").Subtotals = Array(False, False, ...)
PivotFields("field_name").Orientation = xlHidden
Power Pivot
11/12/14 Pivots