View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default How to Protect my code without anybody seeing

Hi Terry:

In the VBE,

Tools | Properties | Protection | Check 'Lock project for viewing | add a
password | Save and close the file

Note, however, that this protection is largely illusory: it can readily be
circumvented by a knowledgeable user or, indeed, by anyone able and willing
to Google.

---
Regards,
Norman



"Terry" wrote in message
...
Hi, I have written a VBA program in Excel 2003. For Protext my right, how
to protect my code? Thank you very much!