P
periodic
I would like to check if a document has protection from changing the styles.
But is open for editing. I tried this first:
If ActiveDocument.ProtectionType <> wdNoProtection Then
MsgBox "please remove document protection"
Exit Sub
End If
But it seems like word only really consider a document protected if its
protected from editing as well.
Is it at all possible to check if a styles are protected? And if so how?
I am using word 2003
But is open for editing. I tried this first:
If ActiveDocument.ProtectionType <> wdNoProtection Then
MsgBox "please remove document protection"
Exit Sub
End If
But it seems like word only really consider a document protected if its
protected from editing as well.
Is it at all possible to check if a styles are protected? And if so how?
I am using word 2003