【发布时间】:2013-11-20 10:47:42
【问题描述】:
我的工作簿包含将近 25 张,我想保护 11 张。我的保护标准如下:
1. User cannot delete or modify any cell
2. User should be able to use SORT, AUTOFILTER, drop down selection from COMBO BOXES
3. Most of the sheets contain charts, they should be updated as per the user selection
4. User should not be able to see the formulas in the formula bar
5. User should be able to copy the data
我已经尝试了 Excel 中的所有常规选项,它完成了上述所有工作,但它们使单元格解锁,这意味着用户可以删除内容
因此我希望这只能通过宏来实现,请帮助。
【问题讨论】:
-
您是否担心删除内容或单元格?
-
@siddharth-rout 是的,我担心有人会不小心删除单元格内容
-
你看到我发布的答案了吗?