Visual basic editior

S

Stan Halls

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

Regards

Stan
 
B

Bob Phillips

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)
 
M

Mike H

Hi,

In VB editor click

Tools|VBAproject properties|Protection

Lock project for viewing and apply a pasword.

Not secure and easily broken.

Mike
 
S

Stan Halls

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
 
Top