unprotecting project

M

mike allen

is it possible to unprotect my modules via code?
i have tried:
ThisWorkbook.VBProject.Unprotect password:="ok"
it does not work. thanks
 
T

Tom Ogilvy

Only using sendkeys which I wouldn't consider an acceptable approach. This
is by design to reduce the chance of an automated attack. .
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top