Thread
:
check protection
View Single Post
#
1
Posted to microsoft.public.excel.programming
masterphilch
external usenet poster
Posts: 35
check protection
that was fast!!
thanks a lot
Paul B wrote:
masterphilch. here is one way
Sub testme()
With ActiveSheet
If .ProtectContents Then
MsgBox "Sheet is protected"
Else
MsgBox "Sheet is not protected"
End If
End With
End Sub
Reply With Quote
masterphilch
View Public Profile
Find all posts by masterphilch