removing protection from vba code

M

marcvs

Hi there!

I have protected vba code for an Access db by doing the following:

Project explorer > right-click > properties > protection > lock project
for viewing.

I assume my code can be unlocked by supplying the password I used to lock
it, so I'm trying to access the project's properties to do this but I'm
getting a "Project Locked - Project is unviewable" message.

Any ideas how I can unlock my project?
Thanks.
 
G

George Nicholson

Try double-clicking on the project in project explorer. You will be prompted
for a password.
 
Top