Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
To disable the refreshing of a pivot table, try.... ActiveSheet.PivotTables(1).PivotCache.EnableRefres h = False To disable the dropdown arrows on a pivot field try.... ActiveSheet.PivotTables(1).PivotFields("XXX").Enab leItemSelection = False -- Regards William XL2003 wrote in message oups.com... | I'm looking for a way to prevent users from both adjusting pivot | filters or refreshing the pivot. Does anyone know a way to lock these | features, but still alllow users to move/add/remove fields from the | table or select data within the fields? | | Help would be greatly appreciated. | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Locking Column Width when changing Data in a Pivot Table | Excel Discussion (Misc queries) | |||
Locking Rows/ Pivot table | Excel Worksheet Functions | |||
Pivot Tables: Locking Certain Features | Excel Discussion (Misc queries) | |||
Pivot Table Office 2007 Beta show Top/Bottom features | Excel Discussion (Misc queries) | |||
locking column widths within a pivot table | Excel Worksheet Functions |