View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default VBAProject Protection

Clara,

It's simply a method to protect you VB code from being altered and/or viewed
but note that it doesn't provide a particularly high level of security
because readily available software can remove the passwords.

To implement it in VB editor click

Tools|VBA Project properties
select the protection tab and set a password.

Mike

"clara" wrote:

Hi all,

Could you tell what is the purpose of VBAProject protection? How can we use
this feature in our programming?

Clara
--
thank you so much for your help