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.
 
Top