S
Steve Mikula
I am trying to unprotect a worksheet in some VB code I am
writing in Excel 97. The code works correctly in Excel
2000, however I get the following error in Excel 97:
Run-time error '1004'
Unprotect method of Worksheet class failed
Here is the code, I am getting the error on the 2nd line:
If ActiveSheet.ProtectContents = True Then
ActiveSheet.Unprotect
If CheckBox6.Value = True Then
....
Can anyone help I have been trying to figure this out for
weeks?
writing in Excel 97. The code works correctly in Excel
2000, however I get the following error in Excel 97:
Run-time error '1004'
Unprotect method of Worksheet class failed
Here is the code, I am getting the error on the 2nd line:
If ActiveSheet.ProtectContents = True Then
ActiveSheet.Unprotect
If CheckBox6.Value = True Then
....
Can anyone help I have been trying to figure this out for
weeks?