I get 40 excel files with modules in them that often need to
be updated with new code we've enhanced...
I found obook.VBProject.Protection which has
vbext_pp_locked The specified project is locked and
vbext_pp_none The specified project isn't protected properties...
what it doesn't tell you is how do give the password to unlock and then
continue with my code to export and import modules... all of this I want
to do programmatically...