Protected sheet
Posted by Bob on April 06, 2001 10:42 AM
If I use Application.Dialogs(xlDialogProtectDocument).show, have a user set a password. Is their a way to do a
If Application.Dialogs(xlDialogProtectDocument)=True then
Msgbox "True"
else
Msgbox "False"
End If
????
In other words, if the sheet is protected via this method, I need to know if it is true or false.
Thanks in advance....Bj