Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to assign a different formatting for each RowField in a Pivot
table without using the built-in autoformats in Excel? f.i. One wants a report with the revenues per city, per state. Now it is desired to make the row with names of the state and its revenues pink and the row with city names and revenues blue. I have investigated the interfaces in the Excel type library and searched de MSDN documentation on it, but all I can achieve is to format the pivot table regions through commands such as: With ActiveSheet.PivotTables(1) .HasAutoFormat = False .TableRange1.Style = "Test" .DataBodyRange.Style = "Test2" .RowRange.Style = "RowStyle" .ColumnRange.Style = "ColumnStyle" End With Although these properties seem to be promising, it just formats all the rowfields and not the data, neither is it possible to apply different formatting to group levels. You end up with a pivot table that is pink on the left and white on the right. This does not help to clarify the groupings in the report. So I start to wonder if it is possible to reproduce a report with a style and formatting similar to the built-in autoformats in Excel? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot table chart problem, How to show different subtotal levels | Charts and Charting in Excel | |||
Pivot Table group levels | Excel Discussion (Misc queries) | |||
Pivot table totals in low levels of hierarchy | Excel Discussion (Misc queries) | |||
"Data Group and Outline Group" feature Limited to 8 levels | Excel Discussion (Misc queries) | |||
Pivot Table For Running Inventory Levels | Excel Discussion (Misc queries) |