VBA - Programmatically Change VBA Project Password

  • Thread starter Thread starter Glen
  • Start date Start date
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.
 
there is no provision for it in VBA. Suggestions here center on using
SendKeys which is pretty unreliable I would think.
 
Back
Top