A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0-9 !@$* active | api | Application | array | chart | clipboard | color | date and time | debug | Error | file | filter | find | format | log | loop | named range | PPT | Pivot Table | record | udf | workbook | wrapper Continue at Database_code 948 Steps to 6 Figures by Learning Excel-VBA and Other Skills |
• | 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 |