gpt4 book ai didi

excel - 保护数据透视表后无法过滤切片器

转载 作者:行者123 更新时间:2023-12-04 20:31:14 24 4
gpt4 key购买 nike

我需要保护我的数据透视表,它也使用切片器。

我已使用以下代码取消保护工作表刷新数据透视表,然后再次保护。我相信我已经添加了我需要的所有标准,以便能够仍然使用切片器,但事实并非如此。我错过了什么?

Sub RefreshPivotTable()
'
' RefreshPivotTable Macro
'
Dim DashboardSheet As Worksheet
Set DashboardSheet = ThisWorkbook.Sheets("Dashboard")
DashboardSheet.Unprotect
Range("C7").Select
ActiveSheet.PivotTables("Charger_Finder").PivotCache.Refresh
DashboardSheet.Protect , DrawingObjects:=True, Contents:=True, Scenarios:=True, AllowUsingPivotTables:=True, AllowFiltering:=True
End Sub

最佳答案

如何做以下事情:

STEP 1: Click on a Slicer, hold the CTRL key and select the other Slicers

STEP 2: Right click on a Slicer and select Size & Properties

STEP 3: Under Position and Layout, "check" Disable resizing and moving

STEP 4: Under Properties, “uncheck” the Locked box and press Close

STEP 5: Go to the ribbon menu and select Review > Protect Sheet

STEP 6: “Uncheck” the Select Locked Cells and “Check” the Select Unlocked Cells & Use Pivot Table Reports

STEP 7: Enter a password (optional) and press OK



在保护您的工作表时执行上述操作后,它应该使切片机处于可用状态。

但是,专用或不称职的用户仍然可以选择和修改/删除切片器。

关于excel - 保护数据透视表后无法过滤切片器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50322753/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com