ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Worksheet protection (https://www.excelbanter.com/excel-programming/309779-re-worksheet-protection.html)

Norman Jones

Worksheet protection
 
Hi Sheldon,

You could use a function like:

Function IsProtected(Optional ws As Worksheet) As Boolean
If ws Is Nothing Then Set ws = Activesheet
If ws.ProtectScenarios Or _
ws.ProtectDrawingObjects Or _
ws.ProtectContents Then
IsProtected = True
End If
End Function

---
Regards,
Norman



"Sheldon" wrote in message
...
How do I question in code whether a worksheet is protected or not?

Thanks





All times are GMT +1. The time now is 07:27 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com