B
Brian
I have solved the protection problem. Now the problem i
have is a password problem. On the following formula
Private Sub Workbook_Open
Worksheets("sheet1").Unprotect
With Worksheets("sheet1").Range("A1")
.Value = Value + 1
End With
Worksheets("Sheet1").Protect Secenarios =
TrueUserInterfaceOnly = True
End Sub
When I open the file I get a password box. When I cancel
and go to debug the second line of the formula is
highlighted. What can I do to get around this problem.
I didn't input any password so when I hit ok on the
password box it says invailid password.
Any help would be appreciated.
have is a password problem. On the following formula
Private Sub Workbook_Open
Worksheets("sheet1").Unprotect
With Worksheets("sheet1").Range("A1")
.Value = Value + 1
End With
Worksheets("Sheet1").Protect Secenarios =
TrueUserInterfaceOnly = True
End Sub
When I open the file I get a password box. When I cancel
and go to debug the second line of the formula is
highlighted. What can I do to get around this problem.
I didn't input any password so when I hit ok on the
password box it says invailid password.
Any help would be appreciated.