View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] paul.robinson@it-tallaght.ie is offline
external usenet poster
 
Posts: 789
Default Password on VBA Code

Hi
In the Visual Basic Editor, open your project and go to Tools, VBA
Project Properties and click on the Protection Tab. Fill in the
details.
This will password protect your project from most people.
regards
Paul

danh wrote:

I would like to hide my VBA Codes so that other people do not view or modify
it. Is there a way to set up a password on the codes?
Thanks