工作表的保护与去除保护

If ThisWorkbook.Worksheets("计算").ProtectContents = True Then
ThisWorkbook.Worksheets("计算").Unprotect ("clglc123")
End If

posted @ 2020-04-03 14:55  TryMyBest!  阅读(182)  评论(0编辑  收藏  举报