G
Guest
I have some AutoOpen() routines including workbook protection
Sub AutoOpen(
ActiveWorkbook.Protect ("password"
End Su
When the workbook is protected from the previous close, this macro
actually turns protection off. If it was unprotected from the previous
close, then it turns back on. I can write a closing routine to counter
this, but it seems wierd to have to do this
Does anyone have ideas about this or am I doind something wrong
Sub AutoOpen(
ActiveWorkbook.Protect ("password"
End Su
When the workbook is protected from the previous close, this macro
actually turns protection off. If it was unprotected from the previous
close, then it turns back on. I can write a closing routine to counter
this, but it seems wierd to have to do this
Does anyone have ideas about this or am I doind something wrong