VBA project is password protected

P

Pat

Sorry here I'm again, after a first test
bob's code worked good, but I allready opened
my VB editor and the VBA project with the pasword...
After closing Excel and setting the program back
in its original state (with project Password protected)
I tried above again and it did not work, how can
i open the project (with password) in a macro ???
Pat....
 
T

Tom Ogilvy

There is no provision to open a project in the vbe that is password
protected by using VBA. The recommendations posted in the past all centered
around using sendkeys.
 
G

Guest

I have the password, because its my own project...I only
search a way to open my project with my password by makro,
for deleting several forms and modules in case of
unauthorised use... If someone know a way, please ???
Kind Regards, Pat...
(e-mail address removed)
 
M

Myrna Larson

There is no way. Sorry.

I have the password, because its my own project...I only
search a way to open my project with my password by makro,
for deleting several forms and modules in case of
unauthorised use... If someone know a way, please ???
Kind Regards, Pat...
(e-mail address removed)
 
A

ambshare

If you have the password you should have no problem in using it. Please
try the following steps.

In your excel session, open VISUAL BASIC EDITOR under the menu option
TOOLS>Macro>Visual Basic Editor (Alt+F11 also works).
You will see the project explorer window containing your project. You
can enter the password here and start working on your macros.

Hope this helps.
 

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