Sub zz_TestProtect() With ActiveSheet If .ProtectContents + .ProtectDrawingObjects + .ProtectScenarios <> 0 _ Then MsgBox "Feuille protégée !" End With End Sub
AV
Plus sur !
Sub zz_TestProtect()
With ActiveSheet
If .ProtectContents + .ProtectDrawingObjects + .ProtectScenarios <> 0 _
Then MsgBox "Feuille protégée !"
End With
End Sub
Sub zz_TestProtect() With ActiveSheet If .ProtectContents + .ProtectDrawingObjects + .ProtectScenarios <> 0 _ Then MsgBox "Feuille protégée !" End With End Sub