I ran some code I found in one of the threads (don't remember which one) that protects a workbook (most likely the equivalent of
)
However, now when I open my workbook, it prompts for a PWD (fortunately, I remember that I used "test"
. When I go to Tools/Protection, the book isn't protected. Even executing a
doesn't solve it. Opening the book again prompts for the PWD.
I'd like to remove the protection from the workbook entirely.
Any know what the problem is?
Code:
ThisWorkbook.Protect ("test")
However, now when I open my workbook, it prompts for a PWD (fortunately, I remember that I used "test"
Code:
ThisWorkbook.Unprotect ("test")
I'd like to remove the protection from the workbook entirely.
Any know what the problem is?