How do you tell if the active file workbook protect is activated? For Sheet
protect test I have used:

If ActiveSheet.ProtectContents = True Then ............

For the Workbook I tried:

If ActiveWorkbook.ProtectContents = True Then ..........

But that does not work.

Thanks for your help,

Steven