- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我使用 (some code here).copy destination:=(some code there)
时。它仍然会提示单元格的保护问题
。基本上它不会让我的代码运行。
最佳答案
不幸的是,状态 UserInterfaceOnly:=TRUE
未存储在文件中 - 因此,如果您重新打开文件,它将受到完全保护。使用 Workbook_Open
事件重新应用此保护状态 - 或者取消保护然后直接在 VBA 代码中重新保护工作表。
参见 Ozgrid了解更多详情!
关于EXCEL VBA UserInterfaceOnly := True not working,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14162483/
在 VBA Excel 中,如果我在关闭并再次打开文件后使用 UserInterFaceOnly:=True 选项保护工作表,则 UserInterFaceOnly 模式不会激活,只有密码保护。 代码
当我使用 (some code here).copy destination:=(some code there) 时。它仍然会提示单元格的保护问题。基本上它不会让我的代码运行。 最佳答案 不幸的是,
我正在为 Excel 创建插件。它正在保护工作簿中的工作表: public static void ProtectSheetUi(_Worksheet sheet, string password)
我正在设置 Locked小范围的属性,但代码失败并出现熟悉的 1004 cannot set the Locked property of the Range class , 类似于 this pro
我是一名优秀的程序员,十分优秀!