VBA - Programmatically Change VBA Project Password

G

Glen

Is it possible to write a VBA macro that will change the
existing password that is assigned to a VBA project. I
have 1000+ files that I need to modify.
 
T

Tom Ogilvy

there is no provision for it in VBA. Suggestions here center on using
SendKeys which is pretty unreliable I would think.
 

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