unlock vba project

L

lieven

to put things straight, i want to programmatically unlock my own vba projects
of wich i know the passwords. i want to update my clients applications by
copying one or more vba modules. This works very well exept when the project
is locked. There must be some way to programmatically unlock the project with
a know password.
 
J

Jonathan West

lieven said:
to put things straight, i want to programmatically unlock my own vba
projects
of wich i know the passwords. i want to update my clients applications by
copying one or more vba modules. This works very well exept when the
project
is locked. There must be some way to programmatically unlock the project
with
a know password.

There is not, except perhaps bringing up the password dialog and using
Sendkeys.


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
 

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