Visual basic editior

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how can i password protect my vbe projects so the work but cant be changed
with out a password

Regards

Stan
 
Select the project in the explorer window in the VBIDE, select
Tools>Properties>Protection, set it there.

Be aware that Excel protection is weak, and only deters a casual observer.
It is easily cracked.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Hi,

In VB editor click

Tools|VBAproject properties|Protection

Lock project for viewing and apply a pasword.

Not secure and easily broken.

Mike
 
Bob & Mike
Easy when you know how,,, thanks

Mike H said:
Hi,

In VB editor click

Tools|VBAproject properties|Protection

Lock project for viewing and apply a pasword.

Not secure and easily broken.

Mike
 

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

Back
Top