Activesheet protection
Excel 2000
Hi,
I have a macro that I want to run only if the worksheet is protected, I've
tried code like: If ActiveSheet.Protection = False Then GoTo ResetMsg
ResteMgs:
MsgBox "Can't run macro!"
Exit Sub
The above doesn't work but I can't figure it out, any pointers most welcome.
Rob
|