Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi:
I am using Excel 2003 and I need to protect a worksheet, but allowing users to interact with a OLAP Pivot Table... i mean, with drillup/drilldown and dice/slice functionality I try with the next code in my workbook Private Sub Workbook_Open() ActiveSheet.EnableSelection = xlNoRestrictions ActiveSheet.EnablePivotTable = True ActiveSheet.Protect Password:="ABC", UserInterfaceOnly:=True, AllowFormattingCells:=True, AllowFormattingColumns:=True, AllowFormattingRows:=True, AllowUsingPivotTables:=True ActiveSheet.PivotTables("Table1").RefreshTable End Sub But, when i try to drill-down or drill-up over the Pivot Table... i get the next message: "The Data Source in this PivotTable require a refresh..." or something like that... Any idea Thanks Rodrigo |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Enable the page area only of a pivot table for protected worksheet | Excel Discussion (Misc queries) | |||
OLAP Pivot Table 2003-2007 Conflict | Excel Discussion (Misc queries) | |||
Enable OLAP Pivot Table in Protected Excel 2003 Worksheet | Excel Programming | |||
enable autofilter in a protected worksheet in Excel 97 | Excel Worksheet Functions | |||
Enable filter to work in a protected sheet from Excel 2003 to 2000 | Excel Programming |